nixos/gitDaemon: set port type to `types.port`
(cherry picked from commit 048c45679fe6fda60b00bf45890e5990f0e6d9f2)
This commit is contained in:
parent
98d6d1dbf7
commit
2c97740c47
|
@ -74,7 +74,7 @@ in
|
|||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 9418;
|
||||
description = "Port to listen on.";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue