fix podman firewall and bluetooth

This commit is contained in:
cy 2025-05-20 18:00:35 -04:00
parent deef6be227
commit cd88edf759
2 changed files with 11 additions and 8 deletions

View file

@ -69,7 +69,10 @@
networkmanager.enable = true;
firewall = {
enable = true;
trustedInterfaces = [ "tailscale0" ];
trustedInterfaces = [
"tailscale0"
"podman1"
];
allowedTCPPorts = [
22
80