X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fimmae%2Ftemp.nix;h=c24844e25f75d8d250f830b3927ea96fa927e61a;hb=3c50eea8d946bf8417f49fa8a4a6e109e0439c7b;hp=288c8cc209461a320989bc0ce89f6cd031d0cff2;hpb=29f8cb850d74b456d6481a456311bbf5361d328c;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/immae/temp.nix b/modules/private/websites/immae/temp.nix index 288c8cc..c24844e 100644 --- a/modules/private/websites/immae/temp.nix +++ b/modules/private/websites/immae/temp.nix @@ -1,24 +1,21 @@ -{ lib, pkgs, config, myconfig, ... }: +{ lib, pkgs, config, ... }: let cfg = config.myServices.websites.immae.temp; varDir = "/var/lib/ftp/temp.immae.eu"; - env = myconfig.env.websites.temp; + env = config.myEnv.websites.temp; in { options.myServices.websites.immae.temp.enable = lib.mkEnableOption "enable Temp' website"; config = lib.mkIf cfg.enable { services.websites.env.production.modules = [ "headers" ]; - services.websites.env.production.vhostConfs.temp = { - certName = "eldiron"; + services.websites.env.production.vhostConfs.immae_temp = { + certName = "immae"; addToCerts = true; hosts = [ "temp.immae.eu" ]; root = varDir; extraConfig = [ '' Use Apaxy "${varDir}" "title .duplicity-ignore" - - Header set Content-Disposition attachment - Options -Indexes AllowOverride None