open port

This commit is contained in:
Osman Faruk Bayram 2025-07-28 18:00:23 +03:00
parent 27e0f06ac4
commit 26bc49f469

View file

@ -25,6 +25,8 @@
};
};
};
networking.firewall.allowedTCPPorts = [ 5000 ];
})
];
}