From 24c79fd3ccf4352b7316f6ef9ec5a5778a012c62 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 22 Sep 2025 16:44:42 +0200 Subject: [PATCH] nixos/silverbullet: use `types.port` --- nixos/modules/services/web-apps/silverbullet.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/silverbullet.nix b/nixos/modules/services/web-apps/silverbullet.nix index e1b795a30749..789fafb68f7f 100644 --- a/nixos/modules/services/web-apps/silverbullet.nix +++ b/nixos/modules/services/web-apps/silverbullet.nix @@ -24,7 +24,7 @@ in }; listenPort = lib.mkOption { - type = lib.types.int; + type = lib.types.port; default = 3000; description = "Port to listen on."; };