machines: aramis: networking: use wireless option
This commit is contained in:
parent
376e60d71e
commit
1022601602
|
@ -4,8 +4,6 @@
|
|||
hostName = "aramis";
|
||||
domain = "nodomain.local"; # FIXME: gotta fix domain handling
|
||||
|
||||
networkmanager.enable = true;
|
||||
|
||||
# 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
|
||||
# replicates the default behaviour.
|
||||
|
@ -19,4 +17,7 @@
|
|||
|
||||
# Which interface is used to connect to the internet
|
||||
my.networking.externalInterface = "enp0s3";
|
||||
|
||||
# Enable WiFi integration
|
||||
my.networking.wireless.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue