From 045d6763d042643c280708a40bf5874629334822 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 12 Jan 2025 06:34:30 +0000 Subject: [PATCH] Try reducing scope of systemd services --- module.nix | 10 +++++----- 1 file 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; };