Remove some extra junk

This commit is contained in:
2021-05-01 17:25:31 -07:00
parent 6bc97ea366
commit 6ef926b994
3 changed files with 13 additions and 7 deletions
+6
View File
@@ -131,6 +131,12 @@ let
description = "Keytab from which to create a keytab secret.";
default = null;
};
keep-cool = mkOption {
type = bool;
description = "A host that tends to overheat. Try to keep it cooler.";
default = false;
};
};
};