This website requires JavaScript.
Explore
Help
Sign In
Jimbo
/
NixOS-Config
Watch
1
Star
0
Fork
You've already forked NixOS-Config
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
00ab80d1b8
NixOS-Config
/
modules
/
system
/
devices
/
networking
/
wireless
/
default.nix
8 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
Catch all the stuff I missed in the server services to get them to build
2024-10-15 17:46:44 -04:00
{
.
.
.
}:
What a clusterfuck
2024-10-09 03:36:08 -04:00
{
networking
=
{
wireless
.
iwd
.
enable
=
true
;
enableB43Firmware
=
true
;
}
;
}
Reference in a new issue
Copy permalink