started forgejo conf

This commit is contained in:
Geir Okkenhaug Jerstad 2024-05-23 18:27:15 +02:00
parent f3bfda57aa
commit a76ca3d4a1
3 changed files with 12 additions and 0 deletions

1
appserver/.#forgejo.nix Symbolic link
View file

@ -0,0 +1 @@
geir@idea.5613:1716290805

7
appserver/forgejo.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, config, ... }:
{
services.forgejo = {
enable = true;
};
}

4
appserver/forgejo.nix~ Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, config, ... }:
{
}