From 763fe3349513ad787ccd6ad0688e1969fdddab97 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Fri, 2 Aug 2024 18:22:40 +0200 Subject: [PATCH] fat32 is case insensitive, so label shall be in capital letters --- hosts/fasu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fasu.nix b/hosts/fasu.nix index f45031a..0b443c1 100644 --- a/hosts/fasu.nix +++ b/hosts/fasu.nix @@ -18,7 +18,7 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-label/fasu-boot"; + device = "/dev/disk/by-label/FASU-BOOT"; fsType = "fat32"; };