X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fwebsites%2Fimmae%2Fproduction.nix;h=c3cabb6ae84e7fb51b469c3ce08eeb25efc403dc;hb=f40f5b235b890f46770a22f005f8a0f664cf0562;hp=58cf04889587e401e6442e1ef5eb1dd8eabb19b0;hpb=f8026b6e4c869aa108f6361c8ccd50890657994d;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix index 58cf048..c3cabb6 100644 --- a/modules/private/websites/immae/production.nix +++ b/modules/private/websites/immae/production.nix @@ -9,7 +9,7 @@ in { config = lib.mkIf cfg.enable { services.webstats.sites = [ { name = "www.immae.eu"; } ]; - services.myPhpfpm.poolConfigs.immae = '' + services.phpfpm.poolConfigs.immae = '' listen = /run/phpfpm/immae.sock user = wwwrun group = wwwrun