From 7c1e6db5417f4c7b640b1f7a6fa99ee99bb215c6 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 2 Oct 2025 23:49:31 -0500 Subject: [PATCH] feat: updated uuids --- systems/mars/config/filesystem.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/mars/config/filesystem.nix b/systems/mars/config/filesystem.nix index fe4ba71..7a03cd0 100755 --- a/systems/mars/config/filesystem.nix +++ b/systems/mars/config/filesystem.nix @@ -66,11 +66,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/cca4aaac-9f98-42a5-8bcc-81c7048aad84"; + device = "/dev/disk/by-uuid/9055101b-f60d-4d5f-93f5-8b9d480b1a19"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/7199-F75B"; + device = "/dev/disk/by-uuid/A8CE-EB9B"; fsType = "vfat"; options = mars.boot.options; }; @@ -82,7 +82,7 @@ in )); swapDevices = [ - { device = "/dev/disk/by-uuid/d9c787ac-9f10-41a4-8702-242922f44056"; } + { device = "/dev/disk/by-uuid/6b56990c-545d-4d00-b93b-8ca1f143882e"; } ]; systemd.tmpfiles.rules = [