workadventure wip
This commit is contained in:
parent
3a4adeac88
commit
ff2b0c7e60
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./jitsi.nix
|
#./jitsi.nix
|
||||||
./workadventure.nix
|
./workadventure.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -57,4 +57,5 @@
|
||||||
allowedTCPPorts = [ 80 443 ];
|
allowedTCPPorts = [ 80 443 ];
|
||||||
allowedUDPPorts = [ 10000 ];
|
allowedUDPPorts = [ 10000 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue