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
|
# 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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue