mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-24 18:16:21 +03:00
nixos/paperless: use port
type
This commit is contained in:
parent
bc87386ac1
commit
864dabf232
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = types.int;
|
type = types.port;
|
||||||
default = 28981;
|
default = 28981;
|
||||||
description = "Server port to listen on.";
|
description = "Server port to listen on.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue