This commit is contained in:
nora 2024-07-27 00:06:49 +02:00
parent 01ce6387da
commit 6d47ea67f0
5 changed files with 29 additions and 26 deletions

View file

@ -0,0 +1,7 @@
# Default settings for Contabo VPS.
{ ... }: {
boot.loader.grub.device = "/dev/sda";
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
boot.initrd.kernelModules = [ "nvme" ];
fileSystems."/" = { device = "/dev/sda3"; fsType = "ext4"; };
}