mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:36:33 +01:00
Enable wireless network
This commit is contained in:
parent
6a2bc2e75d
commit
5ed7ba5109
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
||||||
size = (4 * 1024) + (2 * 1024);
|
size = (4 * 1024) + (2 * 1024);
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
networking.wireless.enable = true;
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# 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
|
# (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
|
# still possible to use this option, but it's recommended to use it in conjunction
|
||||||
|
|
Loading…
Reference in a new issue