mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
things
This commit is contained in:
parent
01ce6387da
commit
6d47ea67f0
5 changed files with 29 additions and 26 deletions
7
newinfra/nix/modules/contabo/default.nix
Normal file
7
newinfra/nix/modules/contabo/default.nix
Normal 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"; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue