Commit 9173c897 authored by Talya Connor's avatar Talya Connor
Browse files

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.
parent 62f73643
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -781,7 +781,6 @@ in
          Group = cfg.group;
          Restart = "always";
          ProtectSystem = "strict";
          PrivateHome = true;
          PrivateTmp = true;
          UMask = "0007";