nixos: fix systemd service type

This commit is contained in:
K900 2025-03-18 13:12:19 +00:00
parent adb174d985
commit ed67ae6418

View file

@ -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"