a driver issue maybe
This commit is contained in:
parent
cc2f931645
commit
541cc8baac
|
@ -30,7 +30,6 @@
|
|||
allowDiscards = true;
|
||||
bypassWorkqueues = true;
|
||||
};
|
||||
initrdUnlock = true;
|
||||
passwordFile = "/tmp/luks-pw";
|
||||
content = {
|
||||
type = "btrfs";
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
@ -15,6 +16,7 @@
|
|||
};
|
||||
kernelModules = ["kvm-amd"];
|
||||
extraModulePackages = [];
|
||||
supportedFilesystems = ["ext4" "btrfs"];
|
||||
};
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
|
|
Loading…
Reference in New Issue