nixos/silverbullet: use types.port
This commit is contained in:
@@ -24,7 +24,7 @@ in
|
||||
};
|
||||
|
||||
listenPort = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
type = lib.types.port;
|
||||
default = 3000;
|
||||
description = "Port to listen on.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user