Compare commits
2 commits
8858cfdec5
...
c1d7b2b819
| Author | SHA1 | Date | |
|---|---|---|---|
| c1d7b2b819 | |||
| 82f782baa2 |
2 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ name: Buill NixOS Configurations
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Forgejo-Actions:
|
||||
Build-NixOS-Configurations:
|
||||
runs-on: nix-builder
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -158,6 +158,10 @@
|
|||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
};
|
||||
programs.winbox = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue