]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/immae/production.nix
Add chatons infos
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / production.nix
index e0f51e2e8f7a34587a67757a191c55ff10dde31c..95a8a41a8f174b008b531b986ae0483d78f6320b 100644 (file)
@@ -12,6 +12,7 @@ in {
   options.myServices.websites.immae.production.enable = lib.mkEnableOption "enable Immae's website";
 
   config = lib.mkIf cfg.enable {
+    myServices.chatonsProperties.enable = true;
     services.webstats.sites = [ { name = "www.immae.eu"; } ];
 
     services.websites.env.production.vhostConfs.immae_production = {
@@ -44,13 +45,6 @@ in {
           Require all granted
         </Directory>
 
-        Alias /.well-known/chatonsinfos ${./chatons}
-        <Directory ${./chatons}>
-          Options Indexes FollowSymLinks MultiViews Includes
-          AllowOverride None
-          Require all granted
-        </Directory>
-
         Alias /.well-known/matrix ${./matrix}
         <Directory ${./matrix}>
           Options Indexes FollowSymLinks MultiViews Includes