trivios: enable wlan
This commit is contained in:
parent
6039f96b64
commit
a0c9c5eb99
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue