From dfed5f070bc174064f0c83abad1a29f77a56e146 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 22 Aug 2025 02:19:47 +0000 Subject: [PATCH] servo: update fs UUIDs --- hosts/by-name/servo/fs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; };