remove duplicate option

This commit is contained in:
Andreas Zweili 2022-01-24 22:38:40 +01:00
parent 8f617aac64
commit 9710d49a31
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
{ ... }:
{
networking = {
enableIPv6 = false;
firewall.allowedTCPPorts = [ 32400 ];
};
}