nix/modules/nixos/wifi.nix

9 lines
177 B
Nix

{...}: {
networking.networkmanager.enable = true;
# iwd?
# powersave?
# TODO: can I pre-configure my usual wifi networks with SSIDs and PSKs loaded
# from secrets?
}