Whitespace cleanup

This commit is contained in:
Eli Ribble 2025-04-18 14:51:45 -07:00
parent 1da7a107bc
commit c7b44d9d94
1 changed files with 0 additions and 1 deletions

View File

@ -5,5 +5,4 @@
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
boot.initrd.kernelModules = [ "nvme" ];
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
}