Switch networking to networkmanager

This commit is contained in:
Michael Thomas 2022-01-18 12:57:35 -05:00
parent 59e015cc97
commit 05622e6127
2 changed files with 2 additions and 5 deletions

View File

@ -16,8 +16,7 @@
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.
networking.useDHCP = false;
networking.interfaces.enp37s0.useDHCP = true;
networking.interfaces.wlp36s0.useDHCP = true;
networking.networkmanager.enable = true;
# Set your time zone.
time.timeZone = "America/New_York";

View File

@ -24,9 +24,7 @@
# NETWORKING #
##############
networking.useDHCP = false;
networking.interfaces.enp0s20u5u4.useDHCP = true;
networking.interfaces.enp4s0.useDHCP = true;
networking.interfaces.wlp5s0.useDHCP = true;
networking.networkmanager.enable = true;
networking.hostName = "loft"; # Define your hostname.
networking.firewall.enable = false;