mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Update network settings on kiosks
This commit is contained in:
parent
d0385ef715
commit
8986ea35c8
2 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
networking = {
|
||||
firewall.enable = false;
|
||||
useNetworkd = true;
|
||||
wireless = {
|
||||
enable = true;
|
||||
networks = {
|
||||
|
|
@ -100,6 +101,7 @@
|
|||
systemd.services.cage-tty1 = {
|
||||
wants = [
|
||||
"wpa_supplicant.service"
|
||||
"network-online.target"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue