1
0

hosts/dn42-ildix-service: add lookingglass

This commit is contained in:
2023-05-04 14:35:30 +02:00
parent e9de141316
commit 4834e5b91d
6 changed files with 95 additions and 10 deletions

View File

@@ -6,6 +6,7 @@
./hardware-configuration.nix
../../configuration/proxmox-vm
./bird.nix
./fernglas.nix
];
# Use the GRUB 2 boot loader.
@@ -36,6 +37,10 @@
networking.defaultGateway = { address = "192.168.10.1"; interface = "ens18"; };
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
services.nginx.enable = true;
networking.firewall.allowedTCPPorts = [ 80 443 ];
system.stateVersion = "23.05";
}