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
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
This commit is contained in:
parent
82f782baa2
commit
c1d7b2b819
1 changed files with 4 additions and 0 deletions
|
|
@ -158,6 +158,10 @@
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
];
|
||||||
};
|
};
|
||||||
programs.winbox = {
|
programs.winbox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue