From d03a8b8ab1f61805542b075f24395747a701b1aa Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 19 Jun 2022 17:00:32 -0700 Subject: [PATCH] Made no difference --- module.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/module.nix b/module.nix index 54ebd80..3ecaeb0 100644 --- a/module.nix +++ b/module.nix @@ -70,16 +70,16 @@ in { serviceConfig = { ExecStart = "${pricebot}/bin/pricebot"; DynamicUser = true; - # PrivateTmp = true; - # PrivateDevices = true; - # ProtectSystem = "strict"; - # ProtectControlGroups = true; - # ProtectKernelTunables = true; - # ProtectKernelModules = true; - # ProtectHostname = true; - # ProtectHome = true; - # ProtectClock = true; - # ProtectKernelLogs = true; + PrivateTmp = true; + PrivateDevices = true; + ProtectSystem = "strict"; + ProtectControlGroups = true; + ProtectKernelTunables = true; + ProtectKernelModules = true; + ProtectHostname = true; + ProtectHome = true; + ProtectClock = true; + ProtectKernelLogs = true; Restart = "always"; StandardOutput = "journal"; };