Updated sampledb-dev machine to have more HDD space

This commit is contained in:
Random936 2025-04-11 20:50:21 -07:00
parent 6816dc833f
commit 62e7f73319

View File

@ -13,16 +13,21 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/8d1d0298-307f-4d9a-84f8-0434fafa0c55";
fsType = "ext4";
};
fileSystems."/" = {
device = "/dev/disk/by-uuid/8d1d0298-307f-4d9a-84f8-0434fafa0c55";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/4821-12F7";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
fileSystems."/SampleDB" = {
device = "/dev/disk/by-uuid/37c4881b-932e-4a3c-9cfc-6b2c26a4c014";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/4821-12F7";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
swapDevices = [ ];