Debugging the ipv6 thing more

This commit is contained in:
Lillian Violet 2024-03-03 00:21:14 +01:00
parent eee9ca8adb
commit 80878905b3
2 changed files with 3 additions and 2 deletions

View file

@ -28,10 +28,10 @@ in {
address = cfg.ipAddresses;
routes = [
{routeConfig.Gateway = "fe80::1";}
{routeConfig = {Destination = "172.31.1.1";};}
{routeConfig = {Destination = "62.171.160.1";};}
{
routeConfig = {
Gateway = "172.31.1.1";
Gateway = "62.171.160.1";
GatewayOnLink = true;
};
}

View file

@ -111,6 +111,7 @@
enable = true;
};
systemd.services.systemd-networkd.serviceConfig.Environment = "SYSTEMD_LOG_LEVEL=debug";
# Enable networking
networking.networkmanager.enable = true;
networking.nat.enable = true;