forked from fediversity/fediversity
Compare commits
6 commits
bfa3843aaf
...
2cb50a3113
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cb50a3113 | |||
| b516228c03 | |||
| f25d503cc0 | |||
| e10b560e3a | |||
| 3bb984c164 | |||
| c6d670e94f |
1 changed files with 1 additions and 2 deletions
|
|
@ -202,6 +202,7 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
nftables.enable = lib.mkForce false;
|
||||
firewall = {
|
||||
enable = lib.mkForce true;
|
||||
allowedTCPPorts = [
|
||||
|
|
@ -215,8 +216,6 @@
|
|||
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