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