mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-12-03 09:55:29 -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 = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.forgejo;
|
package = pkgs.forgejo;
|
||||||
stateDir = "/Aurora/Forgejo";
|
stateDir = "/Aurora/Forgejo";
|
||||||
customDir = "${../../../rsrcs/giteaCustomDir}";
|
|
||||||
appName = "Nickiel's Repos";
|
appName = "Nickiel's Repos";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue