network: add openfortivpn and wifi@db

This commit is contained in:
Rouven Seifert 2023-12-17 17:22:12 +01:00
parent cf9dedf17a
commit dd997624a9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 42 additions and 3 deletions

View file

@ -66,6 +66,9 @@
psk = "@PIXEL_PSK@";
authProtocols = [ "WPA-PSK" ];
};
"WIFI@DB" = {
authProtocols = [ "NONE" ];
};
};
};
};