fix the firewall

This commit is contained in:
Andreas Zweili 2022-01-03 14:32:00 +01:00
parent d7c1eaf111
commit f90cabbad2
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ in
enable = true;
user = username;
};
firewall.allowedTCPPorts = [ 4444 ];
networking.firewall.allowedTCPPorts = [ 4444 ];
}