forked from fediversity/fediversity
format
This commit is contained in:
parent
33e0d5adfe
commit
6191409a34
1 changed files with 12 additions and 12 deletions
|
|
@ -203,18 +203,18 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
nftables.enable = lib.mkForce false;
|
nftables.enable = lib.mkForce false;
|
||||||
};
|
firewall = {
|
||||||
|
allowedTCPPorts = [
|
||||||
networking.firewall.allowedTCPPorts = [
|
22
|
||||||
22
|
80
|
||||||
80
|
443
|
||||||
443
|
];
|
||||||
];
|
# needed for podman to be able to talk over dns
|
||||||
|
interfaces."podman0" = {
|
||||||
# This is needed for podman to be able to talk over dns
|
allowedUDPPorts = [ 53 ];
|
||||||
networking.firewall.interfaces."podman0" = {
|
allowedTCPPorts = [ 53 ];
|
||||||
allowedUDPPorts = [ 53 ];
|
};
|
||||||
allowedTCPPorts = [ 53 ];
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue