From fcede6d1fba4e90ec068ee26e3a32678f992edc8 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 1 Dec 2025 19:22:03 -0700 Subject: [PATCH] only one boot --- nix/tv-computer.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/tv-computer.nix b/nix/tv-computer.nix index 962e0d1..2343e8a 100644 --- a/nix/tv-computer.nix +++ b/nix/tv-computer.nix @@ -6,8 +6,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.extraModulePackages = with config.boot.kernelPackages; [ xpadneo ]; - boot.kernelModules = [ "hid_xpadneo" ]; + # boot.extraModulePackages = with config.boot.kernelPackages; [ xpadneo ]; + # boot.kernelModules = [ "hid_xpadneo" ]; boot.kernelModules = [ "hid_microsoft" # Xbox One Elite 2 controller driver preferred by Steam "uinput" @@ -86,7 +86,7 @@ services.tailscale.enable = true; hardware.flirc.enable = true; hardware.steam-hardware.enable = true; - hardware.xpadneo.enable = true; + # hardware.xpadneo.enable = true; programs.fish.enable = true; virtualisation.docker.enable = true;