From 8ffa9a6b8d9f66cef60e9907e2f0e2999dd6688e Mon Sep 17 00:00:00 2001 From: Sanjay Chacku Purakal <48321566+twoneis@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:46:55 +0200 Subject: [PATCH] Reinstall --- devices/ellaca/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/ellaca/default.nix b/devices/ellaca/default.nix index 752d447..2145e83 100644 --- a/devices/ellaca/default.nix +++ b/devices/ellaca/default.nix @@ -30,16 +30,16 @@ fileSystems = { "/boot" = { - device = "/dev/disk/by-uuid/7ABC-9C12"; + device = "/dev/disk/by-uuid/12CE-A600"; fsType = "vfat"; }; "/" = { - device = "/dev/disk/by-uuid/b6e6bca7-1435-4b41-b174-8550eace7c32"; + device = "/dev/disk/by-uuid/b4a61b48-017f-4d16-ab05-d5c867f2ca6f"; fsType = "btrfs"; options = [ "subvol=rootfs" "compress=zstd" "noatime" ]; }; "/nix" = { - device = "/dev/disk/by-uuid/b6e6bca7-1435-4b41-b174-8550eace7c32"; + device = "/dev/disk/by-uuid/b4a61b48-017f-4d16-ab05-d5c867f2ca6f"; fsType = "btrfs"; options = [ "subvol=nix" "compress=zstd" "noatime" ]; };