steveej-laptop: ensure myLinuxPackages is used
This commit is contained in:
parent
bc338f8b59
commit
5dd3af6206
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
boot.kernelPackages = pkgs.myLinuxPackages;
|
||||||
|
|
||||||
# Bootloader, initrd and Kernel
|
# Bootloader, initrd and Kernel
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.enableCryptodisk = true;
|
boot.loader.grub.enableCryptodisk = true;
|
||||||
|
@ -12,6 +14,5 @@
|
||||||
"nf_conntrack_pptp"
|
"nf_conntrack_pptp"
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
|
||||||
boot.tmpOnTmpfs = true;
|
boot.tmpOnTmpfs = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -111,7 +111,7 @@ in
|
||||||
x11_ssh_askpass
|
x11_ssh_askpass
|
||||||
gnome3.dconf # needed by virtmanager
|
gnome3.dconf # needed by virtmanager
|
||||||
virtmanager
|
virtmanager
|
||||||
linuxPackages.virtualbox
|
myLinuxPackages.virtualbox
|
||||||
qemu
|
qemu
|
||||||
vagrant
|
vagrant
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue