ma 2 default: use stable kernel instead of latest

better chance for virtualbox to work
This commit is contained in:
makefu 2020-04-22 23:40:45 +02:00
parent 3e6850f128
commit 575b514c9d
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -30,7 +30,7 @@ with import <stockholm/lib>;
};
nix.trustedUsers = [ config.krebs.build.user.name ];
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages;
nixpkgs.config.allowUnfreePredicate = pkg: packageName pkg == "unrar";