From 360b8898d7ff8a8762f451ebf5f7d05323f0b5dc Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 2 Oct 2025 23:51:05 -0500 Subject: [PATCH] feat: updated uuids --- systems/deimos/config/filesystem.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/systems/deimos/config/filesystem.nix b/systems/deimos/config/filesystem.nix index 92dc5f8..386c839 100755 --- a/systems/deimos/config/filesystem.nix +++ b/systems/deimos/config/filesystem.nix @@ -16,7 +16,6 @@ in let synologyDrives = [ "folder0" - "folder1" ]; sambaDrives = [ @@ -67,11 +66,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/c9a82c93-1da4-4cd1-a1fa-26483271a2bb"; + device = "/dev/disk/by-uuid/aa9e7283-3e96-4d3e-a66b-ce24bba9f3f2"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/71CA-765A"; + device = "/dev/disk/by-uuid/0616-DAE7"; fsType = "vfat"; options = deimos.boot.options; }; @@ -85,7 +84,7 @@ in )); swapDevices = [ - { device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; } + { device = "/dev/disk/by-uuid/027a1efb-6c4e-4c1a-9956-91c7513950b4"; } ]; systemd.tmpfiles.rules = [