From 295d2b4c7071149db98ce7193deee434561e1576 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 2 May 2020 15:29:45 +0200 Subject: machines/haku: add drawpile --- machines/profpatsch/haku.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'machines') 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 { -- cgit 1.4.1