From 4e85e1f46ad5bc1cbe47e1f2e40189bc7c4b0d56 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 28 Jun 2023 04:09:18 +0200 Subject: [PATCH] Update hardware-configuration --- modules/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware-configuration.nix b/modules/hardware-configuration.nix index 44c7dd1..41bd683 100644 --- a/modules/hardware-configuration.nix +++ b/modules/hardware-configuration.nix @@ -27,7 +27,7 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/06AD-825C"; + device = "/dev/disk/by-uuid/EB8C-3C86"; fsType = "vfat"; };