feat: migrating services from shiori to tsuki
All checks were successful
ci / nix-fmt (push) Successful in 17m3s
All checks were successful
ci / nix-fmt (push) Successful in 17m3s
This commit is contained in:
parent
8b59fb3e38
commit
d3dbdcf44b
4 changed files with 30 additions and 28 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue