From 1456872a5dd964ced0dcfb3d74e08597823cb26c Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 1 Dec 2025 09:58:57 -0800 Subject: [PATCH] Added sampledb disk for faster storage --- hardware/sampledb.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hardware/sampledb.nix b/hardware/sampledb.nix index 1d69f67..9f8d785 100644 --- a/hardware/sampledb.nix +++ b/hardware/sampledb.nix @@ -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";