nixos/homepage-dashboard: use types.port

This commit is contained in:
h7x4
2025-09-22 16:33:01 +02:00
parent 32449bcc16
commit 1cd9d47415
@@ -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.";
};