nixos-config/sets/wifi.nix
2024-02-08 04:57:20 +00:00

8 lines
159 B
Nix

{ ... }: {
networking.networkmanager = {
enable = true;
wifi.macAddress = "stable";
};
users.users.artemis.extraGroups = [ "networkmanager" ];
}