add gitea k3s declarations

This commit is contained in:
2026-08-24 15:38:30 -05:00
parent a68ca2df15
commit e4b1c856ac
10 changed files with 184 additions and 44 deletions
+3
View File
@@ -30,6 +30,7 @@
# minio-service.url = "path:../homelab-services/minio-service";
mc-service.url = "path:../homelab-services/mc-service";
postgresql-db.url = "path:../homelab-services/postgresql-db";
gitea.url = "path:../homelab-services/gitea";
};
outputs =
@@ -46,6 +47,7 @@
nimh-static,
mc-service,
postgresql-db,
gitea,
}@inputs:
let
nodes = [
@@ -79,6 +81,7 @@
nimh-static.nixosModules.nimh-static
mc-service.nixosModules.mc-service
postgresql-db.nixosModules.postgresql-db
gitea.nixosModules.gitea
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;