aboutsummaryrefslogtreecommitdiff
path: root/modules/home/impermanence
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-11-21 23:23:42 -0800
committerCaroline Larimore <caroline@larimo.re>2025-11-21 23:23:42 -0800
commite7ed62ef4624a2da97c772ea22a2a70894430f46 (patch)
tree39120b8431ffb2cd26722594f3fa0154e48f14b0 /modules/home/impermanence
parent54d1201a543065116df9ed18a72dab20f8653c5c (diff)
impermanence: add general-purpose encrypted home dir
Diffstat (limited to 'modules/home/impermanence')
-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"
+ ];
};
};
}