feat: migrating services from shiori to tsuki
All checks were successful
ci / nix-fmt (push) Successful in 17m3s

This commit is contained in:
Ceferino Patino 2026-05-22 14:50:09 -05:00
commit d3dbdcf44b
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI
4 changed files with 30 additions and 28 deletions

View file

@ -17,32 +17,6 @@ in {
bundles = {
common = enabled;
};
services = {
ci = {
gitea-runner = {
enable = true;
runners."default" = {
capacity = 4;
};
};
woodpecker.runners.primary = {
enable = true;
capacity = 4;
};
};
networking = {
cloudflared = enabled;
httpd = enabled;
};
storage = {
samba.mounts = {
"shared" = "arisu";
};
};
};
};
programs.nh = {

View file

@ -15,6 +15,32 @@ in {
bundles = {
common = enabled;
};
services = {
ci = {
gitea-runner = {
enable = true;
runners."default" = {
capacity = 4;
};
};
woodpecker.runners.primary = {
enable = true;
capacity = 4;
};
};
networking = {
cloudflared = enabled;
httpd = enabled;
};
storage = {
samba.mounts = {
"shared" = "arisu";
};
};
};
};
programs.nh = {