From 450a4a3879871e1d0111580ebe97e3cd1e4d9611 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 29 Sep 2023 18:20:27 +0200 Subject: [PATCH] add hid_generic to initrd --- hosts/git.cloonar.com/hardware-configuration.nix | 2 +- hosts/steamdeck.cloonar.com/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/git.cloonar.com/hardware-configuration.nix b/hosts/git.cloonar.com/hardware-configuration.nix index 0ee9d79..d0fff1c 100644 --- a/hosts/git.cloonar.com/hardware-configuration.nix +++ b/hosts/git.cloonar.com/hardware-configuration.nix @@ -5,7 +5,7 @@ [ (modulesPath + "/profiles/qemu-guest.nix") ]; - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ]; + boot.initrd.availableKernelModules = [ "ata_piix" "hid_generic" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" "aesni_intel" "cryptd" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; diff --git a/hosts/steamdeck.cloonar.com/configuration.nix b/hosts/steamdeck.cloonar.com/configuration.nix index 967fed6..2a85d8f 100644 --- a/hosts/steamdeck.cloonar.com/configuration.nix +++ b/hosts/steamdeck.cloonar.com/configuration.nix @@ -46,7 +46,7 @@ desktopSession = "sway"; }; - # jovian.devices.steamdeck.enable = true; + jovian.devices.steamdeck.enable = true; # Bootloader. boot.loader.systemd-boot.enable = true;