gum: prepare, add target
This commit is contained in:
parent
b630a10e40
commit
b6a8ddfec7
|
@ -9,24 +9,23 @@ in {
|
|||
# TODO: copy this config or move to krebs
|
||||
../2configs/tinc-basic-retiolum.nix
|
||||
../2configs/headless.nix
|
||||
../2configs/fs/single-partition-ext4.nix
|
||||
# ../2configs/iodined.nix
|
||||
|
||||
# Reaktor
|
||||
../2configs/Reaktor/simpleExtend.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.splashImage = null;
|
||||
boot.initrd.availableKernelModules = [ "pata_via" "uhci_hcd" ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
krebs.build.target = "root@gum.krebsco.de";
|
||||
krebs.build.host = config.krebs.hosts.gum;
|
||||
|
||||
krebs.Reaktor.enable = true;
|
||||
|
||||
# prepare graphs
|
||||
krebs.nginx.enable = true;
|
||||
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEM=="net", ATTR{address}=="c8:0a:a9:c8:ee:dd", NAME="et0"
|
||||
'';
|
||||
networking = {
|
||||
firewall.allowPing = true;
|
||||
firewall.allowedTCPPorts = [ 80 443 655 ];
|
||||
firewall.allowedUDPPorts = [ 655 ];
|
||||
interfaces.enp2s1.ip4 = [{
|
||||
interfaces.et0.ip4 = [{
|
||||
address = external-ip;
|
||||
prefixLength = 24;
|
||||
}];
|
||||
|
@ -34,5 +33,4 @@ in {
|
|||
nameservers = [ "8.8.8.8" ];
|
||||
};
|
||||
|
||||
# based on ../../tv/2configs/CAC-Developer-2.nix
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue