use networkmanager on desktop

This commit is contained in:
Alexander Szczepanski
2021-08-02 18:26:58 +02:00
parent bd3c538639
commit ef716b26c4

View File

@ -45,8 +45,9 @@ in
# Per-interface useDHCP will be mandatory in the future, so this generated config # Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour. # replicates the default behaviour.
networking.useDHCP = false; networking.useDHCP = false;
networking.interfaces.enp8s0.useDHCP = true; networking.networkmanager = {
networking.interfaces.wlp6s0.useDHCP = true; enable = true;
};
console = { console = {
font = "latarcyrheb-sun32"; font = "latarcyrheb-sun32";