openvpn-init
This commit is contained in:
11
services/vpn.nix
Normal file
11
services/vpn.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{auto-openvpn, ...}: {
|
||||
imports = [
|
||||
auto-openvpn.nixosModules.auto-openvpn
|
||||
];
|
||||
services.auto-openvpn = {
|
||||
enable = true;
|
||||
interface = "ens18";
|
||||
address = "173.249.5.230";
|
||||
users = ["handy" "lenovo"];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user