aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-24 10:55:16 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-24 10:55:16 -0800
commit737b74c58de0712973f81c91aa07748c02deef70 (patch)
tree671639fb8ae43ff9482d36331cf6f706bfb01d1a /modules
parentupdate documentation for creating an ISO (diff)
downloadinfra-737b74c58de0712973f81c91aa07748c02deef70.tar.gz
adding a new VM for testing
Re-key all the secrets.
Diffstat (limited to 'modules')
-rw-r--r--modules/host-config.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/host-config.nix b/modules/host-config.nix
index 92d8eea..ff1eaa5 100644
--- a/modules/host-config.nix
+++ b/modules/host-config.nix
@@ -13,5 +13,9 @@
type = lib.types.str;
default = "xxxx";
};
+ ephemeralRoot = lib.mkOption {
+ type = lib.types.bool;
+ default = false;
+ };
};
}