fix podman firewall and bluetooth
This commit is contained in:
parent
deef6be227
commit
cd88edf759
2 changed files with 11 additions and 8 deletions
|
@ -69,7 +69,10 @@
|
|||
networkmanager.enable = true;
|
||||
firewall = {
|
||||
enable = true;
|
||||
trustedInterfaces = [ "tailscale0" ];
|
||||
trustedInterfaces = [
|
||||
"tailscale0"
|
||||
"podman1"
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
22
|
||||
80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue