[durruti] allow port 8080

This commit is contained in:
2023-05-09 18:15:28 +02:00
parent 716dabd668
commit 00f83831f0

View File

@@ -10,6 +10,9 @@ with lib;
nameservers = [ "1.1.1.1" ];
};
networking.firewall.allowedTCPPorts = [ 8080 ];
imports = [
../modules/malobeo_user.nix
../modules/sshd.nix