fix: runner needs domains working
All checks were successful
/ check (push) Successful in 47s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-06-21 22:58:39 -04:00
parent 18a32b94b3
commit 8e3fb7852a
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View file

@ -29,6 +29,10 @@ in
"gitea-runner" "gitea-runner"
]; ];
}; };
networking.extraHosts = ''
192.168.1.5 git.skdevstudios.com
192.168.1.5 tofu.skdevstudios.com
'';
sops.secrets.forgejo-runners-token = { sops.secrets.forgejo-runners-token = {
# owner = "gitea-runner"; # owner = "gitea-runner";
# group = "gitea-runner"; # group = "gitea-runner";

View file

@ -1,4 +1,13 @@
_: { _: {
networking.firewall.interfaces = {
ygg0 = {
allowedTCPPorts = [ 22 ];
};
};
services.yggdrasil-jumper = {
enable = true;
# settings = { };
};
networking.yggdrasil = { networking.yggdrasil = {
enable = true; enable = true;
AllowedPublicKeys = [ AllowedPublicKeys = [