feat(nyx): Open port 8080 for local dev previews

This commit is contained in:
punkfairie 2025-02-20 19:22:16 -08:00
parent 7cb2a1e7cd
commit 9c75567b68
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -8,6 +8,9 @@ in {
networking.hostName = "nyx";
# For local dev.
networking.firewall.allowedTCPPorts = [8080];
marleyos = {
hasNvidia = true;
mounts.babeshare = enabled;