diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/impermanence/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/impermanence/default.nix b/modules/home/impermanence/default.nix index 959e92a..b4b4630 100644 --- a/modules/home/impermanence/default.nix +++ b/modules/home/impermanence/default.nix @@ -46,6 +46,10 @@ in { home.persistence.${cfg.secure.location} = { enable = cfg.enable; allowOther = false; + + directories = mkIf cfg.skeleton [ + "Secure" + ]; }; }; } |