Added sampledb disk for faster storage
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user