m 1 gum: use upstream taskserver config

This commit is contained in:
makefu 2017-05-24 10:53:50 +02:00
parent 54ca947fe1
commit b428941616
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -48,8 +48,18 @@ in {
../2configs/deployment/mycube.connector.one.nix ../2configs/deployment/mycube.connector.one.nix
../2configs/deployment/graphs.nix ../2configs/deployment/graphs.nix
../2configs/deployment/owncloud.nix ../2configs/deployment/owncloud.nix
../2configs/deployment/wiki-irc.nix ../2configs/deployment/wiki-irc-bot
../2configs/deployment/boot-euer.nix ../2configs/deployment/boot-euer.nix
{
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
'';
}
# ../2configs/ipfs.nix # ../2configs/ipfs.nix
../2configs/syncthing.nix ../2configs/syncthing.nix
@ -78,7 +88,6 @@ in {
]; ];
}; };
makefu.taskserver.enable = true;
# access # access
@ -122,6 +131,8 @@ in {
21031 21031
# taskserver # taskserver
53589 53589
# temp vnc
18001
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
# tinc # tinc