a driver issue maybe

This commit is contained in:
minish 2024-12-31 01:15:18 -05:00
parent cc2f931645
commit 541cc8baac
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,6 @@
allowDiscards = true; allowDiscards = true;
bypassWorkqueues = true; bypassWorkqueues = true;
}; };
initrdUnlock = true;
passwordFile = "/tmp/luks-pw"; passwordFile = "/tmp/luks-pw";
content = { content = {
type = "btrfs"; type = "btrfs";

View File

@ -6,6 +6,7 @@
}: { }: {
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix")
]; ];
boot = { boot = {
@ -15,6 +16,7 @@
}; };
kernelModules = ["kvm-amd"]; kernelModules = ["kvm-amd"];
extraModulePackages = []; extraModulePackages = [];
supportedFilesystems = ["ext4" "btrfs"];
}; };
hardware.enableAllFirmware = true; hardware.enableAllFirmware = true;