nixos/leaps: use port
type
This commit is contained in:
parent
50af10e205
commit
a8808784e5
@ -11,7 +11,7 @@ in
|
||||
services.leaps = {
|
||||
enable = mkEnableOption "leaps";
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 8080;
|
||||
description = "A port where leaps listens for incoming http requests";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user