nixos/paperless: use port type
This commit is contained in:
@@ -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.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user