From 19a8f298cdeae91261502f3c68d49a1ebf2e2e5f Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 1 Apr 2022 21:01:38 +0200 Subject: [PATCH] Reinstalled lisa --- machines/lisa/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/lisa/hardware.nix b/machines/lisa/hardware.nix index c58020d..5b259c8 100644 --- a/machines/lisa/hardware.nix +++ b/machines/lisa/hardware.nix @@ -16,7 +16,7 @@ fileSystems."/boot" = { - device = "/dev/disk/by-uuid/F8EA-A684"; + device = "/dev/disk/by-uuid/4E38-3626"; fsType = "vfat"; }; swapDevices = [];