From 4773f4abef7808df6dbe2cc4c7ec69c623748b0e Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 6 Apr 2025 21:23:26 +0200 Subject: [PATCH] temperance/filesystem/default.nix: fix boot partition device --- hosts/temperance/filesystem/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/temperance/filesystem/default.nix b/hosts/temperance/filesystem/default.nix index 2f79bbf..7b7311f 100644 --- a/hosts/temperance/filesystem/default.nix +++ b/hosts/temperance/filesystem/default.nix @@ -3,7 +3,7 @@ boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/96e8f3d6-8d2d-4e2d-abd9-3eb7f48fed02"; fileSystems = { "/boot" = { - device = "/dev/disk/by-uuid/7825-451F"; + device = "/dev/disk/by-uuid/B3AC-9050"; fsType = "vfat"; }; # root on tmpfs