forked from Drift/pvv-nixos-config
bekkalokk/gitea: rename gitea customization service to have gitea prefix
This commit is contained in:
parent
fc64139739
commit
4aa994e7a3
@ -5,7 +5,7 @@ in
|
|||||||
{
|
{
|
||||||
services.gitea-themes.monokai = pkgs.gitea-theme-monokai;
|
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";
|
description = "Install extra customization in gitea's CUSTOM_DIR";
|
||||||
wantedBy = [ "gitea.service" ];
|
wantedBy = [ "gitea.service" ];
|
||||||
requiredBy = [ "gitea.service" ];
|
requiredBy = [ "gitea.service" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user