only one boot
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user