From ee0b5f7edfe9fba65f9749f65377c4f519c7fc0a Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 2 Apr 2026 23:32:28 -0600 Subject: sys: prepare impermanence declarations in advance of [lustrated]'s transition --- sys/boot/firmware.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sys/boot/firmware.nix') diff --git a/sys/boot/firmware.nix b/sys/boot/firmware.nix index b3598a7..0e024f1 100644 --- a/sys/boot/firmware.nix +++ b/sys/boot/firmware.nix @@ -28,6 +28,15 @@ in { enableRedistributableFirmware = true; }; + local.boot.impermanence.directories = [ + { + directory = "/var/lib/fwupd"; + user = "fwupd-refresh"; + group = "fwupd-refresh"; + mode = "u=rwx,g=rx,o=rx"; + } + ]; + services.fwupd.enable = true; }; } -- cgit v1.2.3