This commit is contained in:
Joseph Hanson 2024-07-07 02:08:59 -05:00
parent ce684985d7
commit 00f37912b9
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -24,6 +24,9 @@
{ devices = [ "nodev" ]; path = "/boot"; } { devices = [ "nodev" ]; path = "/boot"; }
]; ];
}; };
efi = {
canTouchEfiVariables = true;
};
}; };
}; };