m 1 wry: start Reaktor

This commit is contained in:
makefu 2015-10-19 19:48:56 +02:00
parent 3175318eb0
commit 7656868d1b

View File

@ -5,23 +5,29 @@ let
ip = (lib.head config.krebs.build.host.nets.internet.addrs4); ip = (lib.head config.krebs.build.host.nets.internet.addrs4);
in { in {
imports = [ imports = [
../../tv/2configs/CAC-CentOS-7-64bit.nix # TODO: copy this config or move to krebs
../2configs/base.nix ../../tv/2configs/CAC-CentOS-7-64bit.nix
../2configs/base-sources.nix ../2configs/base.nix
../2configs/tinc-basic-retiolum.nix ../2configs/base-sources.nix
../2configs/tinc-basic-retiolum.nix
# Reaktor
../2configs/Reaktor/simpleExtend.nix
]; ];
krebs.Reaktor.enable = true;
networking.firewall.allowPing = true; networking.firewall.allowPing = true;
networking.interfaces.enp2s1.ip4 = [ networking.interfaces.enp2s1.ip4 = [
{ {
address = ip; address = ip;
prefixLength = 24; prefixLength = 24;
} }
]; ];
networking.defaultGateway = "104.233.87.1"; networking.defaultGateway = "104.233.87.1";
networking.nameservers = [ networking.nameservers = [
"8.8.8.8" "8.8.8.8"
]; ];
# based on ../../tv/2configs/CAC-Developer-2.nix # based on ../../tv/2configs/CAC-Developer-2.nix
sound.enable = false; sound.enable = false;