This commit is contained in:
nora 2024-08-01 15:35:53 +02:00
parent 633f26d24d
commit 1e1fd95f07
16 changed files with 42 additions and 26 deletions

View file

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