networking: Unify underlay config across hosts

This commit is contained in:
SebastianStork 2026-01-30 20:39:59 +01:00
parent 1d1709e1ba
commit 27b5c57023
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
19 changed files with 240 additions and 258 deletions

View file

@ -40,17 +40,4 @@
HibernateDelaySec=2h
HibernateOnACPower=yes
'';
networking.useNetworkd = true;
systemd.network = {
enable = true;
networks."10-wlan0" = {
matchConfig.Name = "wlan0";
linkConfig.RequiredForOnline = "routable";
networkConfig = {
DHCP = "yes";
IgnoreCarrierLoss = "3s";
};
};
};
}