stockholm/makefu/1systems/snake/wifi.nix

7 lines
96 B
Nix
Raw Normal View History

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