diff --git a/machines/web02/_hardware-configuration.nix b/machines/web02/_hardware-configuration.nix index 2c4341c..58de3d3 100644 --- a/machines/web02/_hardware-configuration.nix +++ b/machines/web02/_hardware-configuration.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ pkgs, modulesPath, ... }: +{ modulesPath, ... }: { imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; @@ -21,7 +21,6 @@ kernelModules = [ "kvm-intel" ]; extraModulePackages = [ ]; - kernelPackages = pkgs.linuxKernel.packages.linux_6_7; }; fileSystems = {