From 09cce4e9fd201bcc9d6119bb8ef74097ebdccc10 Mon Sep 17 00:00:00 2001 From: Random936 Date: Thu, 8 May 2025 20:02:49 -0700 Subject: [PATCH] Added new hdd to sampledb --- hardware/sampledb.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hardware/sampledb.nix b/hardware/sampledb.nix index 7a1702f..18eb74b 100644 --- a/hardware/sampledb.nix +++ b/hardware/sampledb.nix @@ -23,6 +23,11 @@ fsType = "ext4"; }; + fileSystems."/mnt/archive" = { + device = "/dev/disk/by-uuid/66103455-9fcd-4b5b-9735-37b85a51019d"; + fsType = "ext4"; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/4821-12F7"; fsType = "vfat";