mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 17:51:06 +02:00
system: Blacklist floppy kernel module
Fixes an issue where the QEMU VM attempted to load a floppy at /dev/fd0.
This commit is contained in:
@ -78,6 +78,10 @@ in
|
||||
timeout = 0;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
blacklistedKernelModules = [
|
||||
"floppy"
|
||||
];
|
||||
};
|
||||
|
||||
systemd = {
|
||||
|
Reference in New Issue
Block a user