add wpa_supplicant

This commit is contained in:
Frost-Phoenix 2023-11-16 14:54:25 +01:00
parent 72b6d521ac
commit 318a6ba1df

View file

@ -7,4 +7,8 @@
wireless.userControlled.enable = true;
nameservers = [ "1.1.1.1" ];
};
environment.systemPackages = with pkgs; [
wpa_supplicant
];
}