Skip to content

Commit

Permalink
Use latest ‘boot.kernelPackages’
Browse files Browse the repository at this point in the history
The VirtualBox kernel module got fixed
  • Loading branch information
unclechu committed Mar 7, 2021
1 parent 04232f5 commit b158231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
8 changes: 1 addition & 7 deletions hardware/rw-wenzel-nixos-laptop.nix
Expand Up @@ -15,13 +15,7 @@

kernelModules = [ "kvm-intel" "fuse" ];
kernelParams = [];

# FIXME use latest when this error is fixed:
# error: Package ‘virtualbox-modules-6.1.14-5.9.11’ in
# /nix/store/nbmlij2phd1fk639qbv0ls6wkgpzshl9-nixos/nixos/pkgs/os-specific/linux/virtualbox/default.nix:20
# is marked as broken, refusing to evaluate.
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_5_4;
kernelPackages = pkgs.linuxPackages_latest;
};

fileSystems = {
Expand Down
7 changes: 1 addition & 6 deletions hardware/wenzel-nixos-pc.nix
Expand Up @@ -22,12 +22,7 @@
"amdgpu.ppfeaturemask=0xffffffff" # allows to adjust clocks and voltages via sysfs
];

# FIXME use latest when this error is fixed:
# error: Package ‘virtualbox-modules-6.1.14-5.9.11’ in
# /nix/store/nbmlij2phd1fk639qbv0ls6wkgpzshl9-nixos/nixos/pkgs/os-specific/linux/virtualbox/default.nix:20
# is marked as broken, refusing to evaluate.
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_5_4;
kernelPackages = pkgs.linuxPackages_latest;
};

fileSystems = {
Expand Down

0 comments on commit b158231

Please sign in to comment.