68 current 2025-10-07 22:42:25 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 23:12:14 -05:00
parent 7cd7aa1be6
commit 805959097a

View File

@@ -45,6 +45,7 @@ in
createHome = true;
group = "gitea";
extraGroups = [ "media" ];
};
# enable the gitea service
services.gitea = {
@@ -103,6 +104,5 @@ in
# add to backups
modules.system.backups.paths = lib.mkIf cfg.backup [ data_dir ];
};
};
}