trivios: enable wlan

This commit is contained in:
Alejandro Soto 2023-09-11 02:03:19 -06:00
parent 6039f96b64
commit a0c9c5eb99
No known key found for this signature in database
GPG key ID: 570448E3382BDEC5

View file

@ -34,7 +34,14 @@
libraspberrypi
libgpiod
];
networking.wireless.enable = true;
networking.wireless = {
enable = true;
environmentFile = "/var/lib/wlan.conf";
networks."@WLAN_SSID@".psk = "@WLAN_PSK@";
};
networking.hostName = "tripi";
services.openssh = {
enable = true;