aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/leila
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-21 02:47:52 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-21 02:47:52 +0200
commitf40f5b235b890f46770a22f005f8a0f664cf0562 (patch)
tree60bbcac4b528324fe7e83f280d65190b57bb810a /modules/private/websites/leila
parent1480d60775dcd38b33abd367a91cd1b865aacc54 (diff)
downloadNix-f40f5b235b890f46770a22f005f8a0f664cf0562.tar.gz
Nix-f40f5b235b890f46770a22f005f8a0f664cf0562.tar.zst
Nix-f40f5b235b890f46770a22f005f8a0f664cf0562.zip
Replace myPhpfpm with correct overrides
Diffstat (limited to 'modules/private/websites/leila')
-rw-r--r--modules/private/websites/leila/production.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/websites/leila/production.nix b/modules/private/websites/leila/production.nix
index 1ce8eea..69c8c49 100644
--- a/modules/private/websites/leila/production.nix
+++ b/modules/private/websites/leila/production.nix
@@ -6,7 +6,7 @@ in {
6 options.myServices.websites.leila.production.enable = lib.mkEnableOption "enable Leila's website in production"; 6 options.myServices.websites.leila.production.enable = lib.mkEnableOption "enable Leila's website in production";
7 7
8 config = lib.mkIf cfg.enable { 8 config = lib.mkIf cfg.enable {
9 services.myPhpfpm.poolConfigs.leila = '' 9 services.phpfpm.poolConfigs.leila = ''
10 listen = /run/phpfpm/leila.sock 10 listen = /run/phpfpm/leila.sock
11 user = wwwrun 11 user = wwwrun
12 group = wwwrun 12 group = wwwrun