feat: open firewall so that violet can talk to dandelion :p

TODO: inter-server-networking with a virtual LAN over WireGuard
This commit is contained in:
Ahwx 2025-04-24 12:05:25 +02:00
parent ea5e438098
commit 466985729c

View file

@ -23,4 +23,11 @@
]; ];
}; };
}; };
networking.firewall = {
allowedTCPPorts = [
9001
22
9123 # always also allow ssh :screaming:
];
};
} }