about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/haku.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index b9ecd627..e8427029 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -100,9 +100,11 @@ in
       enable = true;
       configFile = ''
         [config]
-        sessionSizeLimit = 15MB
-        sessionCountLimit = 25
-        idleTimeLimit = 3h
+        serverTitle = bsalc
+        sessionSizeLimit = 200MB
+        sessionCountLimit = 1
+        persistence = true
+        idleTimeLimit = 0
         title = Welcome to the bsalc server!
       '';
     };