From fcb256eb2bba783de0ac8c77516eb01fecfa4c3c Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 25 Feb 2025 01:04:07 -0600 Subject: [PATCH] feat: updated uuid --- systems/jupiter/config/filesystem.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/jupiter/config/filesystem.nix b/systems/jupiter/config/filesystem.nix index 0ca3532..97bae83 100755 --- a/systems/jupiter/config/filesystem.nix +++ b/systems/jupiter/config/filesystem.nix @@ -71,11 +71,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/abf85775-d233-4303-ad03-652137d0fa6f"; + device = "/dev/disk/by-uuid/57e88a48-00eb-46ca-9e2a-855de7e066b2"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/73E2-4DC1"; + device = "/dev/disk/by-uuid/F095-17B7"; fsType = "vfat"; options = jupiter.boot.options; }; @@ -85,7 +85,7 @@ in // (builtins.listToAttrs (map sambaMounts sambaDrives)); swapDevices = [ - { device = "/dev/disk/by-uuid/1a8c0107-315e-427a-bc82-9e73dc3bf8f3"; } + { device = "/dev/disk/by-uuid/56c84b5e-83b4-4ea1-b6ec-a29fc057292d"; } ]; systemd.tmpfiles.rules = [