diff --git a/hosts/by-name/servo/fs.nix b/hosts/by-name/servo/fs.nix index ffe438fa2..baf62617b 100644 --- a/hosts/by-name/servo/fs.nix +++ b/hosts/by-name/servo/fs.nix @@ -16,7 +16,7 @@ fileSystems."/tmp".options = [ "size=32G" ]; fileSystems."/nix" = { - device = "/dev/disk/by-uuid/cc81cca0-3cc7-4d82-a00c-6243af3e7776"; + device = "/dev/disk/by-uuid/55555555-eeee-ffff-bbbb-000020250820"; fsType = "btrfs"; options = [ "compress=zstd" @@ -25,7 +25,7 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/6EE3-4171"; + device = "/dev/disk/by-uuid/2025-0820"; fsType = "vfat"; };