From 2354dcf578eda0d80efafb01e650d6e83c9a03ca Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Tue, 3 Feb 2026 16:18:43 +0100 Subject: [PATCH] gluttony: update disk id --- hosts/gluttony/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gluttony/hardware-configuration.nix b/hosts/gluttony/hardware-configuration.nix index 32cdcc4..30d5dc5 100644 --- a/hosts/gluttony/hardware-configuration.nix +++ b/hosts/gluttony/hardware-configuration.nix @@ -31,7 +31,7 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/D00A-B488"; + device = "/dev/disk/by-uuid/D2EA-6C62"; fsType = "vfat"; options = [ "fmask=0077"