From 3e577d6bc854a1464234e9a5c57fab8f68518f92 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 13 Aug 2024 22:17:06 +0200 Subject: [PATCH] feat: install alvr correctly --- hosts/default/configuration.nix | 4 ---- modules/games/steam.nix | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 43b2154..789cf93 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -344,14 +344,10 @@ 53317 # Localsend 7791 # Pixelflut 38281 # Archipelago - 9943 - 9944 ]; networking.firewall.allowedUDPPorts = [ 53317 38281 # Archipelago - 9943 - 9944 ]; # Or disable the firewall altogether. # networking.firewall.enable = false; diff --git a/modules/games/steam.nix b/modules/games/steam.nix index a6dbd18..baf22e8 100644 --- a/modules/games/steam.nix +++ b/modules/games/steam.nix @@ -13,6 +13,11 @@ }; + alvr = { + enable = true; + openFirewall = true; + }; + gamemode.enable = true; }; };