add initial fw configs
This commit is contained in:
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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user