From e7ed62ef4624a2da97c772ea22a2a70894430f46 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 21 Nov 2025 23:23:42 -0800 Subject: impermanence: add general-purpose encrypted home dir --- modules/home/impermanence/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" + ]; }; }; } -- cgit v1.2.3