alloe porz

This commit is contained in:
jopejoe1 2024-01-19 07:42:55 +00:00
parent 971c22fd78
commit ca18407997

View file

@ -29,6 +29,13 @@
services.cloud-init.enable = true;
services.cloud-init.network.enable = true;
networking.firewall = {
enable = true;
allowedTCPPorts = [ 3000 ];
allowedUDPPorts = [ 3000 ];
};
# networking = {
# wireless.enable = lib.mkForce false;
# interfaces.eth0 = {