X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Fdefault.nix;h=6a0a19fe32f8ebcacee0032b9ead1c0442c00ad2;hb=97953ca44b0438d6b366d610678906944ea63835;hp=927243b2e31cb31da62d594528db42690ff3db67;hpb=b7d2d4e3da7da83bc7f133acaa216375890592b1;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/websites/default.nix b/nixops/modules/websites/default.nix index 927243b..6a0a19f 100644 --- a/nixops/modules/websites/default.nix +++ b/nixops/modules/websites/default.nix @@ -117,6 +117,7 @@ in ./ftp/florian.nix ./ftp/denisejerome.nix ./ftp/leila.nix + ./ftp/papa.nix ./ftp/immae.nix ./ftp/release.nix ./ftp/temp.nix @@ -214,6 +215,7 @@ in services.myWebsites.Nassime.production.enable = cfg.production.enable; services.myWebsites.Florian.production.enable = cfg.production.enable; services.myWebsites.Leila.production.enable = cfg.production.enable; + services.myWebsites.Papa.production.enable = cfg.production.enable; services.myWebsites.DeniseJerome.production.enable = cfg.production.enable; services.myWebsites.Emilia.production.enable = cfg.production.enable; services.myWebsites.Capitaines.production.enable = cfg.production.enable; @@ -229,7 +231,8 @@ in services.myWebsites.TellesFlorian.integration.enable = true; services.myWebsites.Florian.integration.enable = true; - deployment.keys.apache-ldap = { + mySecrets.keys = [{ + dest = "apache-ldap"; user = "wwwrun"; group = "wwwrun"; permissions = "0400"; @@ -245,7 +248,7 @@ in ''; - }; + }]; services.myWebsites.apacheConfig = { gzip = { @@ -284,7 +287,7 @@ in LDAPOpCacheTTL 600 - Include /run/keys/apache-ldap + Include /var/secrets/apache-ldap ''; }; global = {