hainich: no longer use broken v6
This commit is contained in:
parent
6ea68e9fea
commit
d761086909
1 changed files with 5 additions and 5 deletions
|
@ -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-+"];
|
||||||
|
|
Loading…
Reference in a new issue