mattermost: firewall.allowedTCPPorts redundant
our containers profile already sets networking.firewall = false, so this does exactly nothing except cause confusion.
This commit is contained in:
parent
1ccc0ccbca
commit
7427df5167
1 changed files with 0 additions and 3 deletions
|
@ -217,9 +217,6 @@
|
||||||
startAt = "*-*-* 23:45:00";
|
startAt = "*-*-* 23:45:00";
|
||||||
location = "/persist/backups/postgres";
|
location = "/persist/backups/postgres";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 3000 ];
|
|
||||||
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue