Added secondary drive to hardware config

This commit is contained in:
Random936 2024-07-17 18:26:55 -07:00
parent b313c0b3ba
commit 06651622b5

View File

@ -13,8 +13,13 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/bc530c66-1e41-4c32-9ea0-e9e644677300";
fileSystems."/" = {
device = "/dev/disk/by-uuid/bc530c66-1e41-4c32-9ea0-e9e644677300";
fsType = "ext4";
};
fileSystems."/mnt/sampledb" = {
device = "/dev/disk/by-uuid/9d0bc50c-7382-4085-a3ea-5bc0fb52c1f8";
fsType = "ext4";
};