1
0
Fork 0

sail: switch to networkd

This commit is contained in:
Daniel Kempkens 2023-03-28 17:54:16 +02:00
parent 417ff3a9b4
commit ba60ccfe29
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -118,6 +118,9 @@ in
"20-private" = {
matchConfig.Name = "enp7s0";
address = [ "10.99.99.2/24" ];
routes = [
{ routeConfig.Gateway = "10.99.99.1"; }
];
};
};
};