1
0
Fork 0

sail: switch to networkd

This commit is contained in:
Daniel Kempkens 2023-03-28 18:14:46 +02:00
parent ba60ccfe29
commit a5c8017ff3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -117,10 +117,10 @@ in
"20-private" = { "20-private" = {
matchConfig.Name = "enp7s0"; matchConfig.Name = "enp7s0";
address = [ "10.99.99.2/24" ]; networkConfig = {
routes = [ DHCP = "ipv4";
{ routeConfig.Gateway = "10.99.99.1"; } IPv6AcceptRA = false;
]; };
}; };
}; };
}; };