Compare commits

..

No commits in common. "c1d7b2b819ad2b65a69f9df99ba7d6ad0388db6a" and "8858cfdec531fccaa51b8e5de4c8cbd82a1e70f6" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

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

View file

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