summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-11-05 13:50:22 +0100
committermakefu <github@syntax-fehler.de>2018-11-05 13:50:22 +0100
commit65c665753d25f6a1375cd270f4fe0040abeaa0dd (patch)
treef10228d35fcfb4c9c23905e0e65e5a9ec6c214e9 /2configs
parent01ce6eda72d35bf634b13d3f85448db3934603bd (diff)
ma gum: prepare replacement by nextgum
Diffstat (limited to '2configs')
-rw-r--r--2configs/taskd.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/2configs/taskd.nix b/2configs/taskd.nix
new file mode 100644
index 000000000..5ca3b9904
--- /dev/null
+++ b/2configs/taskd.nix
@@ -0,0 +1,11 @@
+{config, ... }:
+{
+ services.taskserver.enable = true;
+ services.taskserver.fqdn = config.krebs.build.host.name;
+ services.taskserver.listenHost = "::";
+ services.taskserver.organisations.home.users = [ "makefu" ];
+ networking.firewall.extraCommands = ''
+ iptables -A INPUT -i retiolum -p tcp --dport 53589 -j ACCEPT
+ ip6tables -A INPUT -i retiolum -p tcp --dport 53589 -j ACCEPT
+ '';
+}
[cgit] Unable to lock slot /tmp/cgit/93000000.lock: No such file or directory (2)