mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/plover: update Gitea tmpfiles configuration
This commit is contained in:
parent
187b32e7bb
commit
0ae9b2033e
@ -206,12 +206,12 @@ in
|
|||||||
systemd.tmpfiles.rules =
|
systemd.tmpfiles.rules =
|
||||||
let
|
let
|
||||||
# To be used similarly to $GITEA_CUSTOM variable.
|
# To be used similarly to $GITEA_CUSTOM variable.
|
||||||
giteaCustomDir = "${config.services.gitea.stateDir}/custom";
|
giteaCustomDir = config.services.gitea.customDir;
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
"L+ ${giteaCustomDir}/templates/home.tmpl - - - - ${../../files/gitea/home.tmpl}"
|
"L+ ${giteaCustomDir}/templates/home.tmpl 0750 gitea gitea - ${../../files/gitea/home.tmpl}"
|
||||||
"L+ ${giteaCustomDir}/public/img/logo.svg - - - - ${../../files/gitea/logo.svg}"
|
"L+ ${giteaCustomDir}/public/img/logo.svg 0750 gitea gitea - ${../../files/gitea/logo.svg}"
|
||||||
"L+ ${giteaCustomDir}/public/img/logo.png - - - - ${../../files/gitea/logo.png}"
|
"L+ ${giteaCustomDir}/public/img/logo.png 0750 gitea gitea - ${../../files/gitea/logo.png}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Add the following files to be backed up.
|
# Add the following files to be backed up.
|
||||||
|
Loading…
Reference in New Issue
Block a user