[gitea] Adjust favicon to logo

This commit is contained in:
ctsk
2023-09-27 10:45:06 +02:00
parent 1edca624c0
commit 1935ac96f3

View File

@@ -43,8 +43,10 @@ in {
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
''L+ ${cfg.stateDir}/custom/public/assets/img/logo.svg - - - - ${pkgs.logo.svg}'' ''L+ ${cfg.stateDir}/custom/public/img/logo.svg - - - - ${pkgs.logo.svg}''
''L+ ${cfg.stateDir}/custom/public/assets/img/logo.png - - - - ${pkgs.logo.png."512x512"}'' ''L+ ${cfg.stateDir}/custom/public/img/logo.png - - - - ${pkgs.logo.png."512x512"}''
''L+ ${cfg.stateDir}/custom/public/img/favicon.svg - - - - ${pkgs.logo.svg}''
''L+ ${cfg.stateDir}/custom/public/img/favicon.png - - - - ${pkgs.logo.png."256x256"}''
''L+ ${cfg.stateDir}/custom/templates - - - - ${./templates}'' ''L+ ${cfg.stateDir}/custom/templates - - - - ${./templates}''
]; ];