From 2cff9a6429596b901a46bc07ad5cdfa317f68ada Mon Sep 17 00:00:00 2001 From: caandt Date: Wed, 13 Aug 2025 11:25:52 -0400 Subject: [PATCH] hebesu --- hosts/hebesu/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hebesu/hardware-configuration.nix b/hosts/hebesu/hardware-configuration.nix index a9c8d0b..6b175b6 100644 --- a/hosts/hebesu/hardware-configuration.nix +++ b/hosts/hebesu/hardware-configuration.nix @@ -18,7 +18,7 @@ boot.extraModulePackages = []; fileSystems."/" = { - device = "/dev/disk/by-uuid/e9de5286-c8b1-4629-be01-f052c34b4062"; + device = "/dev/disk/by-uuid/54ac149b-bc06-440c-b832-1af6be370d62"; fsType = "ext4"; }; @@ -30,7 +30,7 @@ boot.initrd.luks.devices."drive".device = "/dev/disk/by-uuid/60d5cc58-4381-4869-a1b5-d4e2bf1afdfd"; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/F0F5-744F"; + device = "/dev/disk/by-uuid/95E7-3B26"; fsType = "vfat"; options = ["fmask=0022" "dmask=0022"]; };