no bootloader on vps

This commit is contained in:
soraefir
2026-05-01 22:39:11 +02:00
parent d4e599bd9b
commit 376ac4a229

View File

@@ -6,6 +6,9 @@
[ "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.systemd-boot.enable = false;
fileSystems."/" = { fileSystems."/" = {
device = "/dev/sda3"; device = "/dev/sda3";
fsType = "btrfs"; fsType = "btrfs";