Universe wifi fix

This commit is contained in:
Nathan McCarty 2023-08-05 15:14:34 -04:00
parent 7c9ced6b3a
commit 49165ce7e1
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 0 deletions

View File

@ -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 = {