summary refs log tree commit diff stats
path: root/system/services/taskserver
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-17 21:58:57 +0200
committerSoispha <soispha@vhack.eu>2023-10-17 21:58:57 +0200
commitd39bcdebfc58a5c6c797c00d59476376d182c577 (patch)
tree3a8235dd0b180787f485a65a65d2b807e0f597dd /system/services/taskserver
parentfix(system/services/taskserver): Activate debug (diff)
downloadnixos-server-d39bcdebfc58a5c6c797c00d59476376d182c577.tar.gz
nixos-server-d39bcdebfc58a5c6c797c00d59476376d182c577.zip
fix(system/services/taskserver): Disable debug
Diffstat (limited to 'system/services/taskserver')
-rw-r--r--system/services/taskserver/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/services/taskserver/default.nix b/system/services/taskserver/default.nix
index d202de8..ea9ce97 100644
--- a/system/services/taskserver/default.nix
+++ b/system/services/taskserver/default.nix
@@ -11,10 +11,9 @@ in {
       };
     };
 
-    debug = true;
-    ipLog = true;
-    config.debug.tls=7;
-    trust = "allow all";
+    debug = false;
+    ipLog = false;
+    trust = "strict";
 
     organisations = import ./organisations.nix;
     openFirewall = true;