Freya: cleanup

This commit is contained in:
Filippo Berto 2023-03-19 16:23:52 +01:00
parent e6cc44d62b
commit 5a7a656550
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 8 additions and 20 deletions

View file

@ -20,7 +20,8 @@
# (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.networkmanager.enable = lib.mkDefault true;
# networking.useDHCP = lib.mkDefault true;
# networking.interfaces.eth0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
# networking.interfaces.ztmjfdwjkp.useDHCP = lib.mkDefault true;