From 415223a77886e3443db854136c7885386db74fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 24 Oct 2021 17:30:15 +0200 Subject: [PATCH] Move biolimo to systemd-boot --- hosts/biolimo/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/biolimo/hardware-configuration.nix b/hosts/biolimo/hardware-configuration.nix index dcd07866..214a5de4 100644 --- a/hosts/biolimo/hardware-configuration.nix +++ b/hosts/biolimo/hardware-configuration.nix @@ -22,7 +22,7 @@ boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/aed21f8d-8e15-4f43-8710-460cb36d488b"; - fileSystems."/boot/efi" = + fileSystems."/boot" = { device = "/dev/disk/by-uuid/3B67-0CAB"; fsType = "vfat";