about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-05-02 18:53:10 +0200
committerProfpatsch <mail@profpatsch.de>2020-05-02 18:53:10 +0200
commitbe2aae464bee7369b887df4db9cb70e4675b1d82 (patch)
tree133ea7a33ab9ba7d2d059c4fd90279b19192cce3
parentd1ff0fcfd5295450976635e10367b754ad350219 (diff)
machines/haku: make drawpile session persistent
-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!
       '';
     };