diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-24 10:55:16 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-24 10:55:16 -0800 |
| commit | 737b74c58de0712973f81c91aa07748c02deef70 (patch) | |
| tree | 671639fb8ae43ff9482d36331cf6f706bfb01d1a /modules | |
| parent | update documentation for creating an ISO (diff) | |
| download | infra-737b74c58de0712973f81c91aa07748c02deef70.tar.gz | |
adding a new VM for testing
Re-key all the secrets.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/host-config.nix | 4 |
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; + }; }; } |
