Enable wireless network

This commit is contained in:
jopejoe1 2024-02-09 18:33:39 +00:00
parent 6a2bc2e75d
commit 5ed7ba5109

View file

@ -24,6 +24,8 @@
size = (4 * 1024) + (2 * 1024);
}];
networking.wireless.enable = true;
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction