Working flake-based nixops config

This commit is contained in:
2021-10-08 15:26:19 -07:00
parent 5a48c78b48
commit a323dbdd9c
7 changed files with 59 additions and 53 deletions
+5
View File
@@ -27,6 +27,11 @@ in {
description = "Site name of the current local host.";
};
local-profile = mkOption {
type = str;
description = "Profile name of the current local host.";
};
local-admins = mkOption {
type = listOf str;
description = "List of users who should have admin access to the local host.";