diff options
Diffstat (limited to 'users/tazjin/nixos/modules/geesefs.nix')
-rw-r--r-- | users/tazjin/nixos/modules/geesefs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/modules/geesefs.nix b/users/tazjin/nixos/modules/geesefs.nix index 1d4273f7fc59..c45ee528f6a2 100644 --- a/users/tazjin/nixos/modules/geesefs.nix +++ b/users/tazjin/nixos/modules/geesefs.nix @@ -19,6 +19,7 @@ Restart = "always"; LoadCredential = "geesefs-tazjins-files:/run/agenix/geesefs-tazjins-files"; StateDirectory = "geesefs"; + ExecStartPre = "/run/wrappers/bin/umount -a -t fuse.geesefs"; }; script = '' |