Ildkule: Move monitoring state directories to data volume

This commit is contained in:
2024-11-09 15:21:12 +01:00
parent 815f48c30d
commit 11f6ef0572
4 changed files with 23 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
boot.initrd.kernelModules = [ "nvme" ];
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
fileSystems."/data" = { device = "/dev/vdb1"; fsType = "ext4"; };
networking.useDHCP = lib.mkDefault true;
}