tv-computer

This commit is contained in:
2025-12-01 19:18:03 -07:00
parent 6f95fe7c38
commit adb60183d6

View File

@@ -5,6 +5,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelModules = [
"hid_microsoft" # Xbox One Elite 2 controller driver preferred by Steam
"uinput"
];
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@@ -77,7 +81,7 @@
];
services.openssh.enable = true;
services.tailscale.enable = true;
hardware.flirc.enable=true;
hardware.flirc.enable = true;
hardware.steam-hardware.enable = true;
programs.fish.enable = true;
virtualisation.docker.enable = true;