yevaud, kalessin: Move Forgejo from yevaud to kalessin

This commit is contained in:
Katherina Walshe-Grey 2025-09-16 14:57:02 +01:00
parent 165c179b3f
commit 6ccbd93bbc
2 changed files with 13 additions and 13 deletions

View file

@ -29,6 +29,7 @@ in
"rpool_kalessin/state" = { mountpoint = "none"; }; "rpool_kalessin/state" = { mountpoint = "none"; };
"rpool_kalessin/state/headscale" = { mountpoint = "/var/lib/headscale"; }; "rpool_kalessin/state/headscale" = { mountpoint = "/var/lib/headscale"; };
"rpool_kalessin/state/owncast" = { mountpoint = "/var/lib/owncast"; }; "rpool_kalessin/state/owncast" = { mountpoint = "/var/lib/owncast"; };
"rpool_kalessin/state/forgejo" = { mountpoint = "/var/lib/forgejo"; };
}; };
services.sanoid.datasets."rpool_kalessin/state" = { services.sanoid.datasets."rpool_kalessin/state" = {
@ -48,5 +49,17 @@ in
dataDir = "/var/lib/headscale"; dataDir = "/var/lib/headscale";
}; };
qenya.services.forgejo = {
enable = true;
domain = "git.unspecified.systems";
};
fountain.services.web-redirect = {
enable = true;
domains = {
"git.katherina.rocks" = "git.unspecified.systems";
"git.qenya.tel" = "git.unspecified.systems";
};
};
system.stateVersion = "23.11"; system.stateVersion = "23.11";
} }

View file

@ -25,7 +25,6 @@
randomcat.services.zfs.datasets = { randomcat.services.zfs.datasets = {
"rpool/state" = { mountpoint = "none"; }; "rpool/state" = { mountpoint = "none"; };
"rpool/state/forgejo" = { mountpoint = "/var/lib/forgejo"; };
}; };
services.sanoid.datasets."rpool/state" = { services.sanoid.datasets."rpool/state" = {
@ -33,17 +32,5 @@
recursive = "zfs"; recursive = "zfs";
}; };
qenya.services.forgejo = {
enable = true;
domain = "git.unspecified.systems";
};
fountain.services.web-redirect = {
enable = true;
domains = {
"git.katherina.rocks" = "git.unspecified.systems";
"git.qenya.tel" = "git.unspecified.systems";
};
};
system.stateVersion = "23.11"; system.stateVersion = "23.11";
} }