diff --git a/nixos/modules/services/web-apps/plausible.nix b/nixos/modules/services/web-apps/plausible.nix index b9e5afd4d141..393b3dd5bd16 100644 --- a/nixos/modules/services/web-apps/plausible.nix +++ b/nixos/modules/services/web-apps/plausible.nix @@ -278,7 +278,7 @@ in { ${lib.optionalString cfg.database.postgres.setup '' # setup - ${cfg.package}/createdb.sh" + ${cfg.package}/createdb.sh ''} ${cfg.package}/migrate.sh