This commit is contained in:
soraefir
2026-05-01 22:40:19 +02:00
parent 376ac4a229
commit f3c8020a85

View File

@@ -6,8 +6,8 @@
[ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ]; [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
boot.initrd.kernelModules = [ "nvme" ]; boot.initrd.kernelModules = [ "nvme" ];
boot.loader.grub.enable = false; boot.loader.grub.enable = lib.mkForce false;
boot.loader.systemd-boot.enable = false; boot.loader.systemd-boot.enable = lib.mkForce false;
fileSystems."/" = { fileSystems."/" = {
device = "/dev/sda3"; device = "/dev/sda3";