Loading nixos/modules/services/matrix/synapse.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1441,6 +1441,10 @@ in gid = config.ids.gids.matrix-synapse; }; systemd.slices.system-synapse = { description = "Matrix reference homeserver"; }; systemd.targets.matrix-synapse = lib.mkIf hasWorkers { description = "Synapse Matrix parent target"; wants = [ "network-online.target" ]; Loading Loading @@ -1480,6 +1484,7 @@ in ExecReload = "${pkgs.util-linux}/bin/kill -HUP $MAINPID"; Restart = "on-failure"; UMask = "0077"; Slice = "system-synapse.slice"; # Security Hardening # Refer to systemd.exec(5) for option descriptions. Loading Loading
nixos/modules/services/matrix/synapse.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1441,6 +1441,10 @@ in gid = config.ids.gids.matrix-synapse; }; systemd.slices.system-synapse = { description = "Matrix reference homeserver"; }; systemd.targets.matrix-synapse = lib.mkIf hasWorkers { description = "Synapse Matrix parent target"; wants = [ "network-online.target" ]; Loading Loading @@ -1480,6 +1484,7 @@ in ExecReload = "${pkgs.util-linux}/bin/kill -HUP $MAINPID"; Restart = "on-failure"; UMask = "0077"; Slice = "system-synapse.slice"; # Security Hardening # Refer to systemd.exec(5) for option descriptions. Loading