nixos-config/1systems/snake/wifi.nix

7 lines
96 B
Nix
Raw Normal View History

2023-06-03 15:17:03 +02:00
{
networking.wireless = {
enable = true;
networks = import <secrets/wifi.nix>;
};
}