mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #508 from genebean/kiosk-networking
Update network settings on kiosks
This commit is contained in:
commit
6032546c16
2 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
|
useNetworkd = true;
|
||||||
wireless = {
|
wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
networks = {
|
networks = {
|
||||||
|
|
@ -93,6 +94,7 @@
|
||||||
systemd.services.cage-tty1 = {
|
systemd.services.cage-tty1 = {
|
||||||
wants = [
|
wants = [
|
||||||
"wpa_supplicant.service"
|
"wpa_supplicant.service"
|
||||||
|
"network-online.target"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
|
useNetworkd = true;
|
||||||
wireless = {
|
wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
networks = {
|
networks = {
|
||||||
|
|
@ -100,6 +101,7 @@
|
||||||
systemd.services.cage-tty1 = {
|
systemd.services.cage-tty1 = {
|
||||||
wants = [
|
wants = [
|
||||||
"wpa_supplicant.service"
|
"wpa_supplicant.service"
|
||||||
|
"network-online.target"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue