downgrade to linux 4.6 for virtualbox compatibility
This commit is contained in:
parent
909569663c
commit
cb029f8442
@ -9,7 +9,8 @@
|
|||||||
./common-sw.nix
|
./common-sw.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
# FIXME: switch back to linuxPackages_latest; depends on new virtualbox version
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_4_6;
|
||||||
|
|
||||||
nix.useSandbox = true;
|
nix.useSandbox = true;
|
||||||
nix.binaryCaches = [ https://cache.nixos.org ];
|
nix.binaryCaches = [ https://cache.nixos.org ];
|
||||||
|
Loading…
Reference in New Issue
Block a user