From 6e008e8d8795c18b21761f9fe4bef5db3fdf39d3 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 13 Mar 2024 15:04:26 +0530 Subject: update --- machines/x/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix index 27407a4..ff90405 100644 --- a/machines/x/hardware-configuration.nix +++ b/machines/x/hardware-configuration.nix @@ -14,12 +14,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/50e5b4a8-3ea9-42c2-a44b-c13aaa28b8d2"; + { device = "/dev/disk/by-uuid/0abb8534-cd63-454d-8c28-eec3c70ca187"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/3DD3-86F4"; + { device = "/dev/disk/by-uuid/D299-E8FE"; fsType = "vfat"; }; -- cgit v1.2.3