mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 11:29:55 +01: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:
parent
35de7f8e5a
commit
cd39a136f9
@ -78,6 +78,10 @@ in
|
||||
timeout = 0;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
blacklistedKernelModules = [
|
||||
"floppy"
|
||||
];
|
||||
};
|
||||
|
||||
systemd = {
|
||||
|
Loading…
Reference in New Issue
Block a user