diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-11-21 23:23:42 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-11-21 23:23:42 -0800 |
| commit | e7ed62ef4624a2da97c772ea22a2a70894430f46 (patch) | |
| tree | 39120b8431ffb2cd26722594f3fa0154e48f14b0 /modules/home | |
| parent | 54d1201a543065116df9ed18a72dab20f8653c5c (diff) | |
impermanence: add general-purpose encrypted home dir
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" + ]; }; }; } |