fix: obliterate firewall interna;;y
All checks were successful
/ check (push) Successful in 57s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-06-23 20:01:24 -04:00
parent 05bca5b139
commit 7b152ccd16
No known key found for this signature in database
5 changed files with 16 additions and 24 deletions

View file

@ -29,10 +29,6 @@ in
"gitea-runner"
];
};
networking.extraHosts = ''
192.168.1.5 git.skdevstudios.com
192.168.1.5 tofu.skdevstudios.com
'';
sops.secrets.forgejo-runners-token = {
# owner = "gitea-runner";
# group = "gitea-runner";
@ -63,7 +59,6 @@ in
};
};
networking = {
firewall.enable = lib.mkForce false;
hostName = "forgejo-runner-tofu";
};
environment.systemPackages = with pkgs; [

View file

@ -39,7 +39,6 @@ in
};
};
networking = {
firewall.enable = lib.mkForce false;
hostName = "tofu";
};
environment.systemPackages = [