mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
set up copy script to copy new logos
This commit is contained in:
parent
cde364c9ac
commit
9d756a2046
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
{
|
||||
|
||||
system.activationScripts.copyStuff = "cp -r ${../../../rsrcs/giteaCustomDir}/. /Aurora/Forgejo/custom";
|
||||
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
stateDir = "/Aurora/Forgejo";
|
||||
customDir = "${../../../rsrcs/giteaCustomDir}";
|
||||
appName = "Nickiel's Repos";
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue