From 0679b19e456003e2a5c75af6b111900e892b6799 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 17 Sep 2025 13:26:32 -0500 Subject: [PATCH] trying to fix the mounting issue --- systems/kaladin/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/kaladin/hardware-configuration.nix b/systems/kaladin/hardware-configuration.nix index 88b6928..c7d1097 100644 --- a/systems/kaladin/hardware-configuration.nix +++ b/systems/kaladin/hardware-configuration.nix @@ -36,7 +36,7 @@ }; fileSystems."/run/media/chris/Storage" = - { device = "/dev/disk/by-label/Storage"; + { device = "/dev/disk/by-uuid/4c7d4273-7b72-4aa8-8e1c-e281543d06cb"; fsType = "btrfs"; options = [ "noatime" "space_cache=v2" "compress=zstd:1" ]; };