Removed sampledb HDD from nix config

This commit is contained in:
Random936 2025-09-06 18:56:45 -07:00
parent 05e7664925
commit 3c9907db9a

View File

@ -18,11 +18,6 @@
fsType = "ext4";
};
fileSystems."/SampleDB" = {
device = "/dev/disk/by-uuid/6f9e7adf-f37e-4d70-9d33-ecc53f254be4";
fsType = "ext4";
};
fileSystems."/mnt/archive" = {
device = "/dev/disk/by-uuid/66103455-9fcd-4b5b-9735-37b85a51019d";
fsType = "ext4";