Changes to nixops for clunk (but still broken)

This commit is contained in:
2021-02-26 09:30:38 -06:00
parent 4143610c0f
commit 3d4fb6c336
15 changed files with 130 additions and 120 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ let
profile = mkOption {
# FIXME: get this list from profiles directly
type = with types;
listof (enum "desktop" "laptop" "server" "gateway-server");
listof (enum "desktop" "laptop" "server");
description =
"The profile to be applied to the host, determining what software is included.";
};