summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-13 15:04:26 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-13 15:04:26 +0530
commit6e008e8d8795c18b21761f9fe4bef5db3fdf39d3 (patch)
tree3ad1d35c4639d60a646a70a845eefd50a94127d1
parent8229f33e5f3e434797da22ebdd20aabc5d4203eb (diff)
update
-rw-r--r--machines/x/hardware-configuration.nix4
1 files 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";
};