From 3c9907db9a2950ee0e54fe77818557a408e0be0b Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 6 Sep 2025 18:56:45 -0700 Subject: [PATCH] Removed sampledb HDD from nix config --- hardware/sampledb.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hardware/sampledb.nix b/hardware/sampledb.nix index 3e1f5ad..1d69f67 100644 --- a/hardware/sampledb.nix +++ b/hardware/sampledb.nix @@ -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";