diff --git a/nixos/modules/services/web-apps/outline.nix b/nixos/modules/services/web-apps/outline.nix index 801af166b0ff..c0791445e1cf 100644 --- a/nixos/modules/services/web-apps/outline.nix +++ b/nixos/modules/services/web-apps/outline.nix @@ -781,7 +781,6 @@ in Group = cfg.group; Restart = "always"; ProtectSystem = "strict"; - PrivateHome = true; PrivateTmp = true; UMask = "0007";