forked from fediversity/fediversity
Compare commits
6 commits
2cb50a3113
...
bfa3843aaf
| Author | SHA1 | Date | |
|---|---|---|---|
| bfa3843aaf | |||
| 790556f4ff | |||
| 06875412d0 | |||
| bb11ebbb9e | |||
| e448ef55a8 | |||
| 56891170ad |
1 changed files with 2 additions and 1 deletions
|
|
@ -202,7 +202,6 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
nftables.enable = lib.mkForce false;
|
||||
firewall = {
|
||||
enable = lib.mkForce true;
|
||||
allowedTCPPorts = [
|
||||
|
|
@ -216,6 +215,8 @@
|
|||
allowedTCPPorts = [ 53 ];
|
||||
};
|
||||
};
|
||||
# helps make sure DNS resolves from the containers
|
||||
nftables.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue