machine: aramis: networking: use networkmanager
I consider WiFi configurations to be ephemeral
This commit is contained in:
parent
3402b92784
commit
d388a379d4
|
@ -3,7 +3,8 @@
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "aramis";
|
hostName = "aramis";
|
||||||
domain = "nodomain.local"; # FIXME: gotta fix domain handling
|
domain = "nodomain.local"; # FIXME: gotta fix domain handling
|
||||||
wireless.enable = true;
|
|
||||||
|
networkmanager.enable = true;
|
||||||
|
|
||||||
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue