]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - virtual/modules/websites/apache/httpd_inte.nix
Add httpdTools service
[perso/Immae/Config/Nix.git] / virtual / modules / websites / apache / httpd_inte.nix
index 83d8ab8ddb8277d4c942e8976c1853cbfe3612d5..0417281c0bb1e4d9181056cc3799b0dd14cf99b8 100644 (file)
@@ -385,13 +385,6 @@ let
         ${allDenied}
     </Directory>
 
-    # But do allow access to files in the store so that we don't have
-    # to generate <Directory> clauses for every generated file that we
-    # want to serve.
-    <Directory /nix/store>
-        ${allGranted}
-    </Directory>
-
     # Generate directives for the main server.
     ${perServerConf true mainCfg}