Added sampledb disk for faster storage

This commit is contained in:
Random936
2025-12-01 09:58:57 -08:00
parent 646422cf4c
commit 1456872a5d

View File

@@ -18,6 +18,11 @@
fsType = "ext4";
};
fileSystems."/sampledb" = {
device = "/dev/disk/by-uuid/7d70bfdb-510f-4f30-969f-d4ac59175719";
fsType = "ext4";
};
fileSystems."/mnt/archive" = {
device = "/dev/disk/by-uuid/66103455-9fcd-4b5b-9735-37b85a51019d";
fsType = "ext4";