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
# replicates the default behaviour.
networking.useDHCP = false;
networking.interfaces.enp8s0.useDHCP = true;
networking.interfaces.wlp6s0.useDHCP = true;
networking.networkmanager = {
enable = true;
};
console = {
font = "latarcyrheb-sun32";