Fix firmware updating now that my UEFI system partition is mounted at /efi

This commit is contained in:
Tom Alexander 2025-12-13 23:15:33 -05:00
parent 0bd5931013
commit 88634655d0
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F

View File

@ -22,6 +22,7 @@
{ {
# TODO: Is this installing firmware or just downloading it? # TODO: Is this installing firmware or just downloading it?
services.fwupd.enable = true; services.fwupd.enable = true;
services.fwupd.daemonSettings.EspLocation = lib.mkForce "/efi";
environment.persistence."/persist" = lib.mkIf (config.me.mountPersistence) { environment.persistence."/persist" = lib.mkIf (config.me.mountPersistence) {
hideMounts = true; hideMounts = true;
directories = [ directories = [