This commit is contained in:
Lucy Hochkamp 2024-04-02 17:52:14 +02:00
parent 8da8606655
commit 486fe5fc8b
No known key found for this signature in database
4 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,7 @@
agenix.secrets."ovpnCrt1" = { };
agenix.secrets."ovpnPw1" = { };
agenix.secrets."ovpnPw2" = { };
agenix.secrets."ovpnScript" = { };
agenix.secrets."tailscaleKey" = { };
services.tailscale-openvpn = {
enable = true;
@ -19,6 +20,7 @@
de = config.age.secrets.ovpnDe.path;
tu = config.age.secrets.ovpnTu.path;
};
script = config.age.secrets.ovpnScript.path;
};
};
}