Update network settings on kiosks

This commit is contained in:
Gene Liverman 2025-04-03 19:40:35 -04:00
parent d0385ef715
commit 8986ea35c8
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,7 @@
networking = {
firewall.enable = false;
useNetworkd = true;
wireless = {
enable = true;
networks = {
@ -93,6 +94,7 @@
systemd.services.cage-tty1 = {
wants = [
"wpa_supplicant.service"
"network-online.target"
];
};