citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 8014ede2837e04dd6b1e82ce1fb8f5121ba749e4
parent c12a3b9f1c76fc36a8bc7477d19772fcf18c8ce4
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  5 May 2021 13:48:41 -0700

kernelPatches: remove nintendo hid patch

I don't game much on this machine anymore...

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnix-config/machines/monad/default.nix | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/nix-config/machines/monad/default.nix b/nix-config/machines/monad/default.nix @@ -191,16 +191,6 @@ in virtualisation.docker.enable = if extra.is-minimal then false else true; boot.kernelPatches = [ - { - name = "nintendo-hid"; - patch = (pkgs.fetchurl { - url = "https://jb55.com/s/2020-03-24-HID-nintendo-add-nintendo-switch-controller-driver.patch"; - sha256 = "660302c88b797df6a89e5e715388ab22144dedfc0174597221a03a987a496a2e"; - }); - extraConfig = '' - NINTENDO_FF y - ''; - } #{ # pci acs hack, not really safe or a good idea # name = "acs-overrides"; # patch = pkgs.fetchurl {