add initial fw configs

This commit is contained in:
2023-11-10 18:40:26 +01:00
parent aaf92c8953
commit 3260eaf3a3
10 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ ... }: {
networking.openconnect.interfaces = {
wrwks = {
gateway = "vpn.wrwks.at";
passwordFile = "/var/lib/secrets/openconnect-passwd";
protocol = "anyconnect";
user = "exdpolakovics@wrwks.local";
};
};
}