add initial fw configs
This commit is contained in:
parent
aaf92c8953
commit
3260eaf3a3
10 changed files with 301 additions and 0 deletions
10
hosts/fw.cloonar.com/modules/openconnect.nix
Normal file
10
hosts/fw.cloonar.com/modules/openconnect.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue