X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fdefault.nix;h=c3d941c2f5014b3867e12e54fe806aaff6883f90;hb=17f6eae9907a122d4472da727ae8b1ac1c40c027;hp=8b02977c98ff8111e300ae446463be7cead4b37b;hpb=f33aade75160a345a721fd60451b9edaa4d10e44;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/default.nix b/modules/private/websites/default.nix index 8b02977..c3d941c 100644 --- a/modules/private/websites/default.nix +++ b/modules/private/websites/default.nix @@ -138,6 +138,10 @@ in ''; }; + services.filesWatcher.httpdProd.paths = [ "/var/secrets/apache-ldap" ]; + services.filesWatcher.httpdInte.paths = [ "/var/secrets/apache-ldap" ]; + services.filesWatcher.httpdTools.paths = [ "/var/secrets/apache-ldap" ]; + services.websites.production = { enable = true; adminAddr = "httpd@immae.eu";