mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added missing semicolon
This commit is contained in:
parent
96b4d77f0a
commit
bd3a1acba4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in
|
|||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
stateDir = "/Aurora/Forgejo";
|
||||
customDir = "/Aurora/Forgejo/custom"
|
||||
customDir = "/Aurora/Forgejo/custom";
|
||||
appName = "Nickiel's Repos";
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue