nixos/gitDaemon: set port type to types.port
This commit is contained in:
@@ -74,7 +74,7 @@ in
|
||||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 9418;
|
||||
description = "Port to listen on.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user