feat(nyx): Open port 8080 for local dev previews
This commit is contained in:
parent
7cb2a1e7cd
commit
9c75567b68
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ in {
|
||||||
|
|
||||||
networking.hostName = "nyx";
|
networking.hostName = "nyx";
|
||||||
|
|
||||||
|
# For local dev.
|
||||||
|
networking.firewall.allowedTCPPorts = [8080];
|
||||||
|
|
||||||
marleyos = {
|
marleyos = {
|
||||||
hasNvidia = true;
|
hasNvidia = true;
|
||||||
mounts.babeshare = enabled;
|
mounts.babeshare = enabled;
|
||||||
|
|
Loading…
Reference in a new issue