only one boot

This commit is contained in:
2025-12-01 19:22:03 -07:00
parent 7d2c1fa288
commit fcede6d1fb

View File

@@ -6,8 +6,8 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.extraModulePackages = with config.boot.kernelPackages; [ xpadneo ]; # boot.extraModulePackages = with config.boot.kernelPackages; [ xpadneo ];
boot.kernelModules = [ "hid_xpadneo" ]; # boot.kernelModules = [ "hid_xpadneo" ];
boot.kernelModules = [ boot.kernelModules = [
"hid_microsoft" # Xbox One Elite 2 controller driver preferred by Steam "hid_microsoft" # Xbox One Elite 2 controller driver preferred by Steam
"uinput" "uinput"
@@ -86,7 +86,7 @@
services.tailscale.enable = true; services.tailscale.enable = true;
hardware.flirc.enable = true; hardware.flirc.enable = true;
hardware.steam-hardware.enable = true; hardware.steam-hardware.enable = true;
hardware.xpadneo.enable = true; # hardware.xpadneo.enable = true;
programs.fish.enable = true; programs.fish.enable = true;
virtualisation.docker.enable = true; virtualisation.docker.enable = true;