From a30f3321b1e0b10accd980463b70168200a442e1 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 1 Oct 2025 15:16:03 +0000 Subject: [PATCH] Stop copying the glitchtip directory inside itself Over and over and over again --- modules/system/glitchtip/glitchtip.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/glitchtip/glitchtip.nix b/modules/system/glitchtip/glitchtip.nix index c90d9ec..1635c7f 100644 --- a/modules/system/glitchtip/glitchtip.nix +++ b/modules/system/glitchtip/glitchtip.nix @@ -263,7 +263,6 @@ in serviceConfig = { Type = "simple"; #${lib.getExe python.pkgs.gunicorn} \ - ExecStartPre="${lib.getExe' pkgs.coreutils "cp"} -pur ${pkg}/lib/glitchtip ${cfg.workingDirectory}"; ExecStart="/run/current-system/sw/bin/chown -R glitchtip: ${cfg.workingDirectory}"; Restart="on-abort"; };