From c5fe1e35382fe8e540de33fe781ca4e413d1b196 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 10 May 2025 13:55:04 -0500 Subject: [PATCH] feat: updated uuids after windows fucked my shit --- 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 d6c0475..7c21811 100755 --- a/systems/mars/config/filesystem.nix +++ b/systems/mars/config/filesystem.nix @@ -67,11 +67,11 @@ in in { "/" = { - device = "/dev/disk/by-uuid/1de87c26-c123-44c0-9c9b-6d2480bdeb7d"; + device = "/dev/disk/by-uuid/6328deb2-075a-471e-8396-459921a82832"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/6A1F-3641"; + device = "/dev/disk/by-uuid/6152-9BBC"; fsType = "vfat"; options = mars.boot.options; }; @@ -83,7 +83,7 @@ in )); swapDevices = [ - { device = "/dev/disk/by-uuid/8b1d43a7-baf8-4d15-a1ad-dc0c9dda6970"; } + { device = "/dev/disk/by-uuid/c8839bac-980b-4b24-9c36-504965acc964"; } ]; systemd.tmpfiles.rules = [