petalius: update to current nixpkgs

This commit is contained in:
Gabriel Ebner 2020-05-23 18:58:07 +02:00
parent 4f0ce97ec6
commit 8ee276da6d
1 changed files with 5 additions and 6 deletions

View File

@ -15,14 +15,13 @@
issue_discards = 1
}
'';
boot.initrd.luks.devices = [
{
name = "nvme0n1p2";
boot.initrd.luks.devices = {
nvme0n1p2 = {
device = "/dev/disk/by-uuid/5ca3d7ec-3f9e-4a08-8bc2-b26bfc3459c5";
preLVM = true;
allowDiscards = true;
}
];
};
};
services.xserver = {
dpi = 120;
@ -73,7 +72,7 @@
virtualisation.virtualbox.host.enable = true;
boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_5_5;
# boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_5_5;
# boot.kernelPackages = pkgs.lib.mkOverride 10 pkgs.linuxPackages_4_19;
boot.kernelPatches = [