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 = [