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:
Donovan Glover 2024-04-10 22:56:48 -04:00
parent 35de7f8e5a
commit cd39a136f9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -78,6 +78,10 @@ in
timeout = 0;
efi.canTouchEfiVariables = true;
};
blacklistedKernelModules = [
"floppy"
];
};
systemd = {