From 4aa994e7a311c220bf09f708ad41e9381b3109b4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 10 Mar 2025 19:59:16 +0100 Subject: [PATCH] bekkalokk/gitea: rename gitea customization service to have gitea prefix --- hosts/bekkalokk/services/gitea/customization.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/bekkalokk/services/gitea/customization.nix b/hosts/bekkalokk/services/gitea/customization.nix index 23e6ae7a..0bbd8dcc 100644 --- a/hosts/bekkalokk/services/gitea/customization.nix +++ b/hosts/bekkalokk/services/gitea/customization.nix @@ -5,7 +5,7 @@ in { services.gitea-themes.monokai = pkgs.gitea-theme-monokai; - systemd.services.install-gitea-customization = lib.mkIf cfg.enable { + systemd.services.gitea-customization = lib.mkIf cfg.enable { description = "Install extra customization in gitea's CUSTOM_DIR"; wantedBy = [ "gitea.service" ]; requiredBy = [ "gitea.service" ];