From 9173c8976403e072129c50d62c0baa20335222ee Mon Sep 17 00:00:00 2001 From: Talya Connor Date: Tue, 11 Mar 2025 15:26:27 +1100 Subject: [PATCH] nixos/outline: remove non-existent systemd option Maybe PrivateHome once existed? It doesn't now, though, and this is the only instance of it in all of nixpkgs! Mar 11 15:18:28 kala systemd[1]: /etc/systemd/system/outline.service:46: Unknown key 'PrivateHome' in section [Service], ignoring. --- nixos/modules/services/web-apps/outline.nix | 1 - 1 file changed, 1 deletion(-) 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";