feat(forgejo): add option for custom forgejo theme
This commit is contained in:
parent
37f8be203f
commit
1d9e8d16d2
2 changed files with 13 additions and 1 deletions
|
|
@ -41,7 +41,9 @@ in {
|
|||
};
|
||||
|
||||
systemd.tmpfiles.rules =
|
||||
lib.optional useSubdomain
|
||||
lib.optional (!(builtins.isNull cfg.themes))
|
||||
"L+ ${forgejo.stateDir}/custom/public/assets - - - - ${cfg.theme}"
|
||||
++ lib.optional (!(builtins.isNull cfg.templates))
|
||||
"L+ ${forgejo.stateDir}/custom/templates - - - - ${cfg.templates}";
|
||||
}
|
||||
// lib.mkIf cfg.createUser {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue