diff --git a/hosts/x86_64/garrus/configuration.nix b/hosts/x86_64/garrus/configuration.nix index 9275767..43e1972 100644 --- a/hosts/x86_64/garrus/configuration.nix +++ b/hosts/x86_64/garrus/configuration.nix @@ -3,9 +3,6 @@ { # Name your host machine networking.hostName = "garrus"; - - # Set kernel for system76-dkms issue - boot.kernelPackages = pkgs.linuxPackages_6_10; # System76 hardware.system76.enableAll = true;