mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
move
This commit is contained in:
parent
f456a5c626
commit
0949cba7be
92 changed files with 19 additions and 58 deletions
9
nix/modules/contabo/default.nix
Normal file
9
nix/modules/contabo/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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"; };
|
||||
|
||||
deployment.tags = [ "contabo" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue