totoro: fix
This commit is contained in:
parent
b7bd209b5e
commit
6d3a3de05e
1 changed files with 1 additions and 2 deletions
|
@ -79,6 +79,7 @@ in {
|
|||
};
|
||||
bridges.br-int.interfaces = [];
|
||||
firewall.allowedTCPPorts = [
|
||||
80 443 # web
|
||||
4001 # ipfs
|
||||
];
|
||||
firewall.allowedUDPPorts = [
|
||||
|
@ -106,8 +107,6 @@ in {
|
|||
members = ["pancake" "nginx"];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"L /var/lib/export - - - - /export"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue