X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=systems%2Feldiron%2Fwebsites%2Fvpn%2Fdefault.nix;h=3ee0a202f9376cb020a577c4894e4ae60c140061;hb=450e0db1a1ad900f93519c00f0ef132ec42a3728;hp=ea54691062faedcc5d2226fe01ce2f691553427b;hpb=a59f486863020816cbc0d3fc69ac7926134215d0;p=perso%2FImmae%2FConfig%2FNix.git 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 { certName = "eldiron"; hosts = [ "vpn.immae.eu" ]; root = ./www; + extraConfig = [ + '' + Alias /hosts.tar.gz "${config.myServices.vpn.hostsPath}" + '' + ]; }; }; }