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.

Changed files
-1
nixos
modules
services
web-apps
-1
nixos/modules/services/web-apps/outline.nix
···
Group = cfg.group;
Restart = "always";
ProtectSystem = "strict";
-
PrivateHome = true;
PrivateTmp = true;
UMask = "0007";