From 0a57d3d91dc9709b1a551e557b963c566fe1466d Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:15:24 -0500 Subject: [PATCH] remove stopservices --- hosts/git/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ]; }; };