CHANGES: NetworkManager to systemd-networkd

This commit is contained in:
DuN0z 2025-10-04 09:46:20 +02:00
parent bb18183277
commit fd9f5e202c
6 changed files with 41 additions and 20 deletions

View file

@ -1,8 +1,7 @@
_: {
networking = {
networkmanager.enable = true;
nameservers = ["1.1.1.1" "8.8.8.8"];
dhcpcd.extraConfig = "nohook resolv.conf";
# dhcpcd.extraConfig = "nohook resolv.conf";
firewall.enable = true;
interfaces.enp11s0.wakeOnLan.enable = true ;
};