From 1cd9d47415e034986d7ee1dc7442a5e111959d6c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 22 Sep 2025 15:54:36 +0200 Subject: [PATCH] nixos/homepage-dashboard: use `types.port` --- nixos/modules/services/misc/homepage-dashboard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/homepage-dashboard.nix b/nixos/modules/services/misc/homepage-dashboard.nix index 827c0f1b1590..c344d1b4a44c 100644 --- a/nixos/modules/services/misc/homepage-dashboard.nix +++ b/nixos/modules/services/misc/homepage-dashboard.nix @@ -23,7 +23,7 @@ in }; listenPort = lib.mkOption { - type = lib.types.int; + type = lib.types.port; default = 8082; description = "Port for Homepage to bind to."; };