Universe wifi fix
This commit is contained in:
parent
7c9ced6b3a
commit
49165ce7e1
|
@ -56,6 +56,8 @@
|
|||
wireless = {
|
||||
environmentFile = config.sops.secrets."wifi".path;
|
||||
networks = { "Apollo" = { psk = "@PSK_WIFI@"; }; };
|
||||
enable = true;
|
||||
interfaces = [ "wlan0" ];
|
||||
};
|
||||
# Open ports in firewall
|
||||
firewall = {
|
||||
|
|
Loading…
Reference in New Issue