about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-05-02 15:29:45 +0200
committerProfpatsch <mail@profpatsch.de>2020-05-02 15:30:05 +0200
commit295d2b4c7071149db98ce7193deee434561e1576 (patch)
treebf6dcf676cfdf10eef4efde2e3d5d79c00891ce5
parentaec8006f606b68a9d2b50da21f3d9e9353d03295 (diff)
machines/haku: add drawpile
-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 {