diff options
| -rw-r--r-- | snowfall/modules/home/impermanence/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/snowfall/modules/home/impermanence/default.nix b/snowfall/modules/home/impermanence/default.nix index 1b92bca..c1d1a2d 100644 --- a/snowfall/modules/home/impermanence/default.nix +++ b/snowfall/modules/home/impermanence/default.nix @@ -7,7 +7,7 @@ in { imports = [ inputs.impermanence.nixosModules.home-manager.impermanence ]; - + options.${namespace}.impermanence = with types; { skeleton = mkOption { type = bool; @@ -45,6 +45,7 @@ in { home.persistence.${cfg.secure.location} = { enable = builtins.elem host hosts; + allowOther = false; }; }; } |