summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-01-12 06:34:30 +0000
committerRory& <root@rory.gay>2025-01-12 06:34:30 +0000
commit045d6763d042643c280708a40bf5874629334822 (patch)
treeeebf28d6d51ee72d1550703b4c7df4087d0c31eb
parentUpdate to latest main (diff)
downloadOOYE-module-045d6763d042643c280708a40bf5874629334822.tar.xz
Try reducing scope of systemd services
-rw-r--r--module.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/module.nix b/module.nix

index d76a33c..1621b53 100644 --- a/module.nix +++ b/module.nix
@@ -172,11 +172,11 @@ in ExecStart = lib.getExe config.services.matrix-ooye.package; WorkingDirectory = "/var/lib/matrix-ooye"; StateDirectory = "matrix-ooye"; - ProtectSystem = "strict"; - ProtectHome = true; - PrivateTmp = true; - NoNewPrivileges = true; - PrivateDevices = true; + #ProtectSystem = "strict"; + #ProtectHome = true; + #PrivateTmp = true; + #NoNewPrivileges = true; + #PrivateDevices = true; Restart = "on-failure"; DynamicUser = true; };