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;
bypassWorkqueues = true;
};
initrdUnlock = true;
passwordFile = "/tmp/luks-pw";
content = {
type = "btrfs";

View File

@ -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;