From 932c83f8c8650ab2d0dcf39af3eff8314ade80fa Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Sun, 12 Jul 2026 11:08:41 -0500 Subject: [PATCH] changed hardware config because my pc got eradicated --- hosts/pc/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pc/hardware-configuration.nix b/hosts/pc/hardware-configuration.nix index d97a7a7..f2d3c49 100644 --- a/hosts/pc/hardware-configuration.nix +++ b/hosts/pc/hardware-configuration.nix @@ -19,7 +19,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/7082-DAFE"; + { device = "/dev/disk/by-uuid/8750-9317"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; };