From ef788ec9d11dac1eab5c38e984d32fd032ec2d5f Mon Sep 17 00:00:00 2001 From: Random936 Date: Tue, 26 Aug 2025 21:07:00 -0700 Subject: [PATCH] Added hardware file for sampledb to repo --- hardware/sampledb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/sampledb.nix b/hardware/sampledb.nix index 18eb74b..3e1f5ad 100644 --- a/hardware/sampledb.nix +++ b/hardware/sampledb.nix @@ -19,7 +19,7 @@ }; fileSystems."/SampleDB" = { - device = "/dev/disk/by-uuid/37c4881b-932e-4a3c-9cfc-6b2c26a4c014"; + device = "/dev/disk/by-uuid/6f9e7adf-f37e-4d70-9d33-ecc53f254be4"; fsType = "ext4"; };