diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 13:37:01 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:50 -0700 |
| commit | 4b2050f8762b2880277c0762efc925991a034892 (patch) | |
| tree | e42c7cc9c5ea16286e9a530eae81affb37ecbaf3 /snowfall/modules/nixos/system/impermanence | |
| parent | 9fc3fa747782ae4d0d4875616a20f38580afb2a7 (diff) | |
migration: housekeeping
Diffstat (limited to 'snowfall/modules/nixos/system/impermanence')
| -rw-r--r-- | snowfall/modules/nixos/system/impermanence/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/snowfall/modules/nixos/system/impermanence/default.nix b/snowfall/modules/nixos/system/impermanence/default.nix index cf3f697..c7c86d8 100644 --- a/snowfall/modules/nixos/system/impermanence/default.nix +++ b/snowfall/modules/nixos/system/impermanence/default.nix @@ -8,6 +8,8 @@ in { }; config = mkIf cfg.enable { + programs.fuse.userAllowOther = true; + environment.persistence."/persist/system" = { hideMounts = true; |