aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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;
+ };
};
}