hainich: no longer use broken v6

keep-around/d761086909ef72009afb3e7ee005554e1a104fe6
hexchen 2021-01-02 08:49:56 +00:00
parent 6ea68e9fea
commit d761086909
1 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
# ./services/engelsystem.nix # ./services/engelsystem.nix
./services/codimd.nix ./services/codimd.nix
../../common ../../common
./wireguard.nix # ./wireguard.nix
./services/nginx.nix ./services/nginx.nix
# ./k8s.nix # ./k8s.nix
./services/docker.nix ./services/docker.nix
@ -45,10 +45,10 @@
"1.1.1.1" "1.0.0.1" "1.1.1.1" "1.0.0.1"
"2606:4700:4700::1111" "2606:4700:4700::1001" "2606:4700:4700::1111" "2606:4700:4700::1001"
]; ];
# networking.defaultGateway6 = { networking.defaultGateway6 = {
# address = "fe80::1"; address = "fe80::1";
# interface = "enp6s0"; interface = "enp6s0";
# }; };
networking.nat.enable = true; networking.nat.enable = true;
networking.nat.internalInterfaces = ["ve-+"]; networking.nat.internalInterfaces = ["ve-+"];