aboutsummaryrefslogtreecommitdiff
path: root/systems/eldiron/websites/vpn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/eldiron/websites/vpn/default.nix')
-rw-r--r--systems/eldiron/websites/vpn/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/systems/eldiron/websites/vpn/default.nix b/systems/eldiron/websites/vpn/default.nix
index ea54691..3ee0a20 100644
--- a/systems/eldiron/websites/vpn/default.nix
+++ b/systems/eldiron/websites/vpn/default.nix
@@ -8,6 +8,11 @@ in {
8 certName = "eldiron"; 8 certName = "eldiron";
9 hosts = [ "vpn.immae.eu" ]; 9 hosts = [ "vpn.immae.eu" ];
10 root = ./www; 10 root = ./www;
11 extraConfig = [
12 ''
13 Alias /hosts.tar.gz "${config.myServices.vpn.hostsPath}"
14 ''
15 ];
11 }; 16 };
12 }; 17 };
13} 18}