From f03ff2cc070bed9fc7cf947ac40c482f5e197641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 25 Apr 2023 00:23:39 +0200 Subject: [PATCH] glotzbert: fix boot disk uuid --- hosts/glotzbert/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/glotzbert/hardware-configuration.nix b/hosts/glotzbert/hardware-configuration.nix index c89da15e..6e2872e1 100644 --- a/hosts/glotzbert/hardware-configuration.nix +++ b/hosts/glotzbert/hardware-configuration.nix @@ -74,7 +74,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/9A1D-A4FF"; + { device = "/dev/disk/by-uuid/D1E3-1422"; fsType = "vfat"; };