Global: add alvr

This commit is contained in:
blahai 2024-11-02 20:13:25 +02:00
parent 317882e147
commit 3c7cdaaf28
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -25,6 +25,11 @@
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
}; };
gamemode.enable = true; gamemode.enable = true;
alvr = {
enable = true;
package = pkgs.alvr;
openFirewall = true;
};
}; };
hardware = { hardware = {