trivios: enable wlan
This commit is contained in:
parent
6039f96b64
commit
a0c9c5eb99
|
@ -34,7 +34,14 @@
|
||||||
libraspberrypi
|
libraspberrypi
|
||||||
libgpiod
|
libgpiod
|
||||||
];
|
];
|
||||||
networking.wireless.enable = true;
|
|
||||||
|
networking.wireless = {
|
||||||
|
enable = true;
|
||||||
|
environmentFile = "/var/lib/wlan.conf";
|
||||||
|
|
||||||
|
networks."@WLAN_SSID@".psk = "@WLAN_PSK@";
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "tripi";
|
networking.hostName = "tripi";
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue