From bdbe98dd6582ad1801f7e496fe154f4ba49b27e0 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 26 May 2025 19:36:21 -0500 Subject: [PATCH] enabled steam hardware --- configurations/nixos/twilight/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/nixos/twilight/configuration.nix b/configurations/nixos/twilight/configuration.nix index 10f2606..e9032d8 100644 --- a/configurations/nixos/twilight/configuration.nix +++ b/configurations/nixos/twilight/configuration.nix @@ -126,6 +126,7 @@ remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server }; + hardware.steam-hardware.enable = true; # Provides udev rules for controller, HTC vive, and Valve Index # enabled virtualisation for docker # virtualisation.docker.enable = true;