mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
set customDir to configuration folder
This commit is contained in:
parent
527c3b7454
commit
0cd88b639b
1 changed files with 1 additions and 4 deletions
|
@ -1,15 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
file."/Aurora/Forgejo/custom" = {
|
||||
source = ../../../rscs/giteaCustomDir;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
stateDir = "/Aurora/Forgejo";
|
||||
customDir = ../../../rscs/giteaCustomDir;
|
||||
appName = "Nickiel's Repos";
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue