From 1a64deeb894dc95e2645a75771732c6cc53a79ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 4 Oct 2023 01:35:06 +0200 Subject: Squash changes containing private information There were a lot of changes since the previous commit, but a lot of them contained personnal information about users. All thos changes got stashed into a single commit (history is kept in a different place) and private information was moved in a separate private repository --- modules/private/websites/immae/release.nix | 39 ------------------------------ 1 file changed, 39 deletions(-) delete mode 100644 modules/private/websites/immae/release.nix (limited to 'modules/private/websites/immae/release.nix') diff --git a/modules/private/websites/immae/release.nix b/modules/private/websites/immae/release.nix deleted file mode 100644 index d06af87..0000000 --- a/modules/private/websites/immae/release.nix +++ /dev/null @@ -1,39 +0,0 @@ -{ lib, pkgs, config, ... }: -let - cfg = config.myServices.websites.immae.release; - varDir = "/var/lib/ftp/release.immae.eu"; - env = config.myEnv.websites.release; -in { - options.myServices.websites.immae.release.enable = lib.mkEnableOption "enable Release' website"; - - config = lib.mkIf cfg.enable { - services.webstats.sites = [ { name = "release.immae.eu"; } ]; - - services.websites.env.production.vhostConfs.immae_release = { - certName = "immae"; - addToCerts = true; - hosts = [ "release.immae.eu" ]; - root = varDir; - extraConfig = [ - '' - Use Stats release.immae.eu - - Use Apaxy "${varDir}" "title .duplicity-ignore" - - Use LDAPConnect - Options Indexes - AllowOverride All - Require all granted - - - - Use LDAPConnect - Options Indexes FollowSymlinks - AllowOverride None - Require all granted - - '' - ]; - }; - }; -} -- cgit v1.2.3