···1111 default = false;
1212 description = "Whether or not a machine is a server";
1313 };
1414- vps = lib.mkOption {
1515- type = with lib.types; bool;
1616- default = false;
1717- description = "Whether or not a machine is a VPS";
1818- };
1914 };
2015}