treewide: run nixfmt 1.0.0

This commit is contained in:
Wolfgang Walther
2025-07-22 15:19:36 +02:00
parent 6f5663940c
commit 5a0711127c
5118 changed files with 98809 additions and 101507 deletions

View File

@@ -387,7 +387,8 @@ in
"pm.min_spare_servers" = lib.mkDefault 2;
"pm.max_spare_servers" = lib.mkDefault 4;
"pm.max_requests" = lib.mkDefault 500;
} // cfg.poolConfig;
}
// cfg.poolConfig;
};
services.nginx = lib.mkIf (cfg.nginx != null) {
@@ -432,7 +433,8 @@ in
serviceConfig = {
ExecStart = bookstack-maintenance;
RemainAfterExit = true;
} // commonServiceConfig;
}
// commonServiceConfig;
unitConfig.JoinsNamespaceOf = "phpfpm-bookstack.service";
restartTriggers = [ cfg.package ];
partOf = [ "phpfpm-bookstack.service" ];