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; };