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