1
0

hosts/*: Disable DHCPv6Client on every host

This commit is contained in:
2025-04-13 17:05:37 +02:00
parent 32ec59e303
commit 83a094bbd0
16 changed files with 35 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
{ Gateway = "2001:638:904:ffc0::1"; }
];
linkConfig.RequiredForOnline = "routable";
ipv6AcceptRAConfig.DHCPv6Client = "no";
};
systemd.network.networks."10-nat-netz-mercury" = {
matchConfig.Name = "ens19";
@@ -34,6 +35,7 @@
{ Gateway = "192.168.10.1"; }
];
linkConfig.RequiredForOnline = "routable";
ipv6AcceptRAConfig.DHCPv6Client = "no";
};
services.nginx.enable = true;