aboutsummaryrefslogtreecommitdiff
path: root/modules/home/impermanence/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/impermanence/default.nix')
-rw-r--r--modules/home/impermanence/default.nix4
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"
+ ];
};
};
}