Add a wlan to mobile

This commit is contained in:
Andreas Zweili 2023-04-08 16:01:02 +02:00
parent 423c5acad7
commit 00db234e13
1 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,16 @@ in
prefixLength = 24;
}
];
wireless = {
enable = true;
userControlled.enable = true;
interfaces = [ "wlan0" ];
networks = {
"Gröibschi" = {
psk = "schottland";
};
};
};
};
boot.loader.raspberryPi.firmwareConfig = "dtoverlay=dwc2";