m 1 *: add torrent

This commit is contained in:
makefu 2016-08-21 12:06:31 +02:00
parent 90afbfa31a
commit 9c1cd09a81
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
4 changed files with 10 additions and 5 deletions

View File

@ -21,9 +21,9 @@ in {
../2configs/exim-retiolum.nix ../2configs/exim-retiolum.nix
../2configs/tinc/retiolum.nix ../2configs/tinc/retiolum.nix
../2configs/urlwatch.nix ../2configs/urlwatch.nix
../2configs/torrent.nix
]; ];
services.smartd.devices = [ { device = "/dev/sda";} ]; services.smartd.devices = [ { device = "/dev/sda";} ];
###### stable ###### stable

View File

@ -14,6 +14,7 @@ in {
../2configs/hw/CAC.nix ../2configs/hw/CAC.nix
../2configs/fs/CAC-CentOS-7-64bit.nix ../2configs/fs/CAC-CentOS-7-64bit.nix
../2configs/tinc/retiolum.nix ../2configs/tinc/retiolum.nix
../2configs/torrent.nix
]; ];

View File

@ -24,9 +24,10 @@ in {
../2configs/nginx/euer.test.nix ../2configs/nginx/euer.test.nix
# collectd # collectd
../2configs/collectd/collectd-base.nix # ../2configs/collectd/collectd-base.nix
../2configs/tinc/retiolum.nix ../2configs/tinc/retiolum.nix
../2configs/torrent.nix
]; ];
krebs.build.host = config.krebs.hosts.wry; krebs.build.host = config.krebs.hosts.wry;
@ -83,5 +84,5 @@ in {
nameservers = [ "8.8.8.8" ]; nameservers = [ "8.8.8.8" ];
}; };
environment.systemPackages = [ ]; environment.systemPackages = [ pkgs.screen ];
} }

View File

@ -42,10 +42,13 @@
../2configs/tinc/retiolum.nix ../2configs/tinc/retiolum.nix
# temporary modules # temporary modules
../2configs/temp/share-samba.nix ../2configs/temp/share-samba.nix
# ../2configs/temp/elkstack.nix ../2configs/temp/elkstack.nix
# ../2configs/temp/sabnzbd.nix # ../2configs/temp/sabnzbd.nix
../2configs/tinc/siem.nix ../2configs/tinc/siem.nix
../2configs/torrent.nix
]; ];
makefu.full-populate = true;
makefu.deluge.web.enable = true;
krebs.nginx = { krebs.nginx = {
default404 = false; default404 = false;
servers.default.listen = [ "80 default_server" ]; servers.default.listen = [ "80 default_server" ];
@ -58,7 +61,7 @@
# configure pulseAudio to provide a HDMI sink as well # configure pulseAudio to provide a HDMI sink as well
networking.firewall.enable = true; networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 80 24800 26061 ]; networking.firewall.allowedTCPPorts = [ 80 24800 26061 8000 ];
networking.firewall.allowedUDPPorts = [ 665 26061 ]; networking.firewall.allowedUDPPorts = [ 665 26061 ];
krebs.build.host = config.krebs.hosts.x; krebs.build.host = config.krebs.hosts.x;