From 66153ac84def0c982c8ba012afae75cc94f4cbd5 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 17 Mar 2026 23:55:49 +0100 Subject: [PATCH] fix: set correct uuid for array --- hosts/violet/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/violet/hardware-configuration.nix b/hosts/violet/hardware-configuration.nix index 3d6034d..b5efa8a 100644 --- a/hosts/violet/hardware-configuration.nix +++ b/hosts/violet/hardware-configuration.nix @@ -33,7 +33,7 @@ }; fileSystems."/mnt/array" = { - device = "/dev/disk/by-uuid/c503088f-95aa-4bb0-85eb-d1de1e0158d0"; + device = "/dev/disk/by-uuid/ba71c5cc-85af-43c6-a72e-7b285f8d46df"; fsType = "ext4"; };