diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 1c44edf..bef4fd9 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -30,7 +30,7 @@ boot.initrd.kernelModules = [ "amdgpu" ]; boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ]; boot.kernelModules = [ "v4l2loopback" ]; - boot.kernelPackages = pkgs.linuxKernel.kernels.linux_zen; # remember to set this to the kernel package SET, not the kernel package itself + boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen; # remember to set this to the kernel package SET, not the kernel package itself networking.hostName = "gabbielaptop"; # Define your hostname.