X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fchloe%2Fintegration.nix;h=533568ebd108a57db511d52acb9e7eb1a7a329e3;hb=fa25ffd4583cc362075cd5e1b4130f33306103f0;hp=aedf3a5f0b145a2afefde062df4bed22f4517ba5;hpb=41cce84a02652e22ad967c9f31669092eb3e7f0e;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/chloe/integration.nix b/modules/private/websites/chloe/integration.nix index aedf3a5..533568e 100644 --- a/modules/private/websites/chloe/integration.nix +++ b/modules/private/websites/chloe/integration.nix @@ -10,7 +10,6 @@ in { options.myServices.websites.chloe.integration.enable = lib.mkEnableOption "enable Chloe's website in integration"; config = lib.mkIf cfg.enable { - services.duplyBackup.profiles.chloe_integration.rootDir = app.varDir; secrets.keys."websites/chloe/integration" = { user = apacheUser; group = apacheGroup; @@ -61,7 +60,7 @@ in { services.websites.env.integration.vhostConfs.chloe_integration = { certName = "integration"; addToCerts = true; - hosts = ["chloe.immae.eu" ]; + hosts = ["test.chc.immae.dev" ]; root = webRoot; extraConfig = [ '' @@ -92,7 +91,7 @@ in { Use LDAPConnect - Require ldap-group cn=chloe.immae.eu,cn=httpd,ou=services,dc=immae,dc=eu + Require ldap-group cn=chc.immae.dev,cn=httpd,ou=services,dc=immae,dc=eu ErrorDocument 401 "" ''