diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index 510f900..2d1391b 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -227,7 +227,8 @@ in postgresql = { package = pkgs.postgresql_15; - upgrade.stopServices = [ "gitea" ]; + enableJIT = false; + # upgrade.stopServices = [ "gitea" ]; }; };