London: add htb ovpn

This commit is contained in:
Victor Mignot 2025-02-03 15:39:27 +01:00
parent 58d04e60f5
commit 5ea2cc81d0
Signed by: dala
SSH key fingerprint: SHA256:+3O9MhlDc2tJL0n+E+Myr7nL+74DP9AXdIXHmIqZTkY

View file

@ -20,6 +20,14 @@
# Nix # Nix
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
services.openvpn.servers = {
htb = {
config = ''
config /root/openvpn/htb.ovpn
'';
};
};
age.secrets = { age.secrets = {
wg0Private.file = ../../secrets/london-wg0.age; wg0Private.file = ../../secrets/london-wg0.age;
personalMailPwd = { personalMailPwd = {