diff --git a/systems/PC-Fixe/configuration.nix b/systems/PC-Fixe/configuration.nix index dd66d0182..834112a4a 100644 --- a/systems/PC-Fixe/configuration.nix +++ b/systems/PC-Fixe/configuration.nix @@ -23,15 +23,6 @@ boot.tmpOnTmpfs = true; boot.supportedFilesystems = [ "zfs" ]; - boot.kernelPatches = [ - { name = "dirt_rally_2_ffb_fix"; - patch = pkgs.fetchpatch { - url = "https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/patch/?id=09264098ff153f60866039d60b31d39b66f55a31"; - sha256 = "17g7zvn46b9252qk4sqd3j73989lr0hkd86zz4bq1c4dhziy219w"; - }; - } - ]; - services.zfs = { trim.enable = true; autoSnapshot = {