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

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