nixos/keter: fix port type

This commit is contained in:
Sandro
2023-06-21 18:23:47 +02:00
committed by GitHub
parent 5c4ae23ec0
commit 45539f8552
@@ -51,7 +51,7 @@ Keep an old app running and swap the ports when the new one is booted.
description = lib.mdDoc "host";
};
port = lib.mkOption {
type = lib.types.int;
type = lib.types.port;
description = lib.mdDoc "port";
};
};