diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 1d814ba..9bef17e 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -1,7 +1,6 @@ { self, modulesPath, - pkgs, ... }: { @@ -24,7 +23,6 @@ boot = { loader.systemd-boot.enable = true; - kernelPackages = pkgs.linuxPackages_latest; supportedFilesystems = [ "zfs" "btrfs"