chore: close firewall more

This commit is contained in:
Ahwx 2025-06-03 21:01:54 +02:00
parent 90bf2a8891
commit 24dce0c042
2 changed files with 6 additions and 6 deletions

View file

@ -23,9 +23,9 @@
];
};
};
networking.firewall = {
allowedTCPPorts = [
9001
];
};
# networking.firewall = {
# allowedTCPPorts = [
# 9001
# ];
# };
}

View file

@ -2,6 +2,6 @@
{
services.murmur = {
enable = true;
openFirewall = true;
openFirewall = false;
};
}