nixos/silverbullet: use types.port

This commit is contained in:
h7x4
2025-09-22 16:46:44 +02:00
parent a7d64941f4
commit 24c79fd3cc
@@ -24,7 +24,7 @@ in
};
listenPort = lib.mkOption {
type = lib.types.int;
type = lib.types.port;
default = 3000;
description = "Port to listen on.";
};