machines: aramis: networking: use wireless option

This commit is contained in:
Bruno BELANYI 2021-05-05 12:27:21 +02:00
parent 8013120856
commit 4319105aa5
1 changed files with 3 additions and 2 deletions

View File

@ -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;
}