mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
nixos: fix systemd service type
This commit is contained in:
parent
adb174d985
commit
ed67ae6418
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ in
|
|||
StateDirectoryMode = "0700";
|
||||
SystemCallArchitectures = "native";
|
||||
SystemCallFilter = [ "@system-service" "~@privileged" ];
|
||||
Type = "notify";
|
||||
UMask = "077";
|
||||
User = if cfg.settings.conduit_compat
|
||||
then "conduit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue