nix/modules/nixos/wifi.nix

9 lines
177 B
Nix
Raw Normal View History

2023-10-03 11:52:44 -05:00
{...}: {
2023-09-05 23:11:14 -05:00
networking.networkmanager.enable = true;
# iwd?
# powersave?
# TODO: can I pre-configure my usual wifi networks with SSIDs and PSKs loaded
# from secrets?
}