about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/haku.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index c3b84ec4..b9ecd627 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -95,6 +95,19 @@ in
       };
     };
 
+    # semi-tmp
+    vuizvui.services.drawpile = {
+      enable = true;
+      configFile = ''
+        [config]
+        sessionSizeLimit = 15MB
+        sessionCountLimit = 25
+        idleTimeLimit = 3h
+        title = Welcome to the bsalc server!
+      '';
+    };
+
+
     systemd.services.warpspeed =
       let user = config.users.users.rtorrent;
       in {