fix(halo): open port 8000

This commit is contained in:
Harald Hoyer 2026-02-12 13:37:06 +01:00
parent 58a0abf24d
commit 9d2275ddf7

View file

@ -15,6 +15,7 @@ with lib.metacfg;
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
1234 1234
8000
]; ];
systemd.tmpfiles.rules = systemd.tmpfiles.rules =