mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Global: add alvr
This commit is contained in:
parent
317882e147
commit
3c7cdaaf28
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
};
|
||||
gamemode.enable = true;
|
||||
alvr = {
|
||||
enable = true;
|
||||
package = pkgs.alvr;
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
|
|
Loading…
Reference in a new issue