use systemd-networkd

This commit is contained in:
Christoph Cullmann 2023-01-15 22:48:29 +01:00
parent 5d2ad5824d
commit a3576e284b
4 changed files with 15 additions and 31 deletions

View file

@ -25,13 +25,8 @@
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.enp0s20f0u4u3.useDHCP = lib.mkDefault true;
# networking.interfaces.enp8s0.useDHCP = lib.mkDefault true;
# Enables DHCP on the right ethernet interface.
networking.interfaces.enp8s0.useDHCP = true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";