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