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/hardware/laptop.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/hardware/laptop.nix') diff --git a/sys/hardware/laptop.nix b/sys/hardware/laptop.nix index 3b5b772..3123960 100644 --- a/sys/hardware/laptop.nix +++ b/sys/hardware/laptop.nix @@ -11,6 +11,10 @@ in { }; config = mkIf cfg.enable { + local.boot.impermanence.directories = [ + "/var/lib/upower" + ]; + services = { tlp.enable = true; upower.enable = true; -- cgit v1.2.3