London: add htb ovpn
This commit is contained in:
parent
58d04e60f5
commit
5ea2cc81d0
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,14 @@
|
|||
# Nix
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
services.openvpn.servers = {
|
||||
htb = {
|
||||
config = ''
|
||||
config /root/openvpn/htb.ovpn
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
wg0Private.file = ../../secrets/london-wg0.age;
|
||||
personalMailPwd = {
|
||||
|
|
Loading…
Add table
Reference in a new issue