forked from mirrors/nixpkgs
nixos/paperless: use port
type
This commit is contained in:
parent
bc87386ac1
commit
864dabf232
|
@ -67,7 +67,7 @@ in
|
|||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 28981;
|
||||
description = "Server port to listen on.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue