From 737b74c58de0712973f81c91aa07748c02deef70 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 24 Jan 2026 10:55:16 -0800 Subject: adding a new VM for testing Re-key all the secrets. --- modules/host-config.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') 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; + }; }; } -- cgit v1.2.3