From e178958e4f6af5b2deedb8b10990eeb3c49a9134 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 22 Dec 2024 19:44:59 -0700 Subject: [PATCH] [NixOS] Ignore postgres version discourse --- nixos/machines/biskcomp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index aaa06970..732f72bd 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -74,6 +74,7 @@ in enableACME = true; hostname = "discourse.railbird.ai"; admin.passwordFile = config.age.secrets.discourse-admin-password.path; + database.ignorePostgresqlVersion = true; }; services.nginx = {