Compare commits

..

2 commits

Author SHA1 Message Date
c1d7b2b819 Open up http(s) ports
Some checks failed
Buill NixOS Configurations / Build-NixOS-Configurations (carbon) (push) Failing after 4s
Buill NixOS Configurations / Build-NixOS-Configurations (git) (push) Failing after 12s
Buill NixOS Configurations / Build-NixOS-Configurations (gospel) (push) Failing after 3s
Buill NixOS Configurations / Build-NixOS-Configurations (node) (push) Failing after 4s
2026-02-14 19:11:21 -08:00
82f782baa2 Update job name 2026-02-14 18:52:58 -08:00
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,7 @@ name: Buill NixOS Configurations
on: [push] on: [push]
jobs: jobs:
Explore-Forgejo-Actions: Build-NixOS-Configurations:
runs-on: nix-builder runs-on: nix-builder
strategy: strategy:
matrix: matrix:

View file

@ -158,6 +158,10 @@
prefixLength = 24; prefixLength = 24;
} }
]; ];
firewall.allowedTCPPorts = [
80
443
];
}; };
programs.winbox = { programs.winbox = {
enable = true; enable = true;