switched to unstable and refactored

This commit is contained in:
willifan 2024-10-04 21:07:31 +02:00
parent 63cfb1c741
commit c8a3355599
12 changed files with 167 additions and 146 deletions

View file

@ -1,9 +1,8 @@
{ pkgs-unstable, ... }:
{ ... }:
{
services.gitea = {
enable = true;
package = pkgs-unstable.gitea;
stateDir = "/mnt/data/services/gitea";
appName = "My low quality unfinished Projects";