hosts/nonat: Enable DHCPv6 to try out NTP
This commit is contained in:
@ -23,7 +23,6 @@
|
|||||||
{ Gateway = "2001:638:904:ffca::1"; }
|
{ Gateway = "2001:638:904:ffca::1"; }
|
||||||
];
|
];
|
||||||
linkConfig.RequiredForOnline = "routable";
|
linkConfig.RequiredForOnline = "routable";
|
||||||
ipv6AcceptRAConfig.DHCPv6Client = "no";
|
|
||||||
};
|
};
|
||||||
systemd.network.networks."10-nat-netz-mercury" = {
|
systemd.network.networks."10-nat-netz-mercury" = {
|
||||||
matchConfig.Name = "ens19";
|
matchConfig.Name = "ens19";
|
||||||
@ -31,7 +30,6 @@
|
|||||||
"192.168.10.1/24"
|
"192.168.10.1/24"
|
||||||
];
|
];
|
||||||
linkConfig.RequiredForOnline = "no";
|
linkConfig.RequiredForOnline = "no";
|
||||||
ipv6AcceptRAConfig.DHCPv6Client = "no";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.nat = {
|
networking.nat = {
|
||||||
|
Reference in New Issue
Block a user