Adding the damn network firewall ports again
This commit is contained in:
parent
0eb48852f2
commit
790799915f
1 changed files with 4 additions and 1 deletions
|
|
@ -39,7 +39,10 @@
|
|||
# # 28332
|
||||
# # 28333
|
||||
# ];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
config.services.btcpayserver.port
|
||||
config.services.bitcoind.port
|
||||
];
|
||||
systemd.suppressedSystemUnits = [
|
||||
"dev-mqueue.mount"
|
||||
"sys-kernel-debug.mount"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue