Fix firmware updating now that my UEFI system partition is mounted at /efi
This commit is contained in:
parent
0bd5931013
commit
88634655d0
@ -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 = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user