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/bluetooth.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sys/hardware/bluetooth.nix') diff --git a/sys/hardware/bluetooth.nix b/sys/hardware/bluetooth.nix index 63e3f0c..30d286f 100644 --- a/sys/hardware/bluetooth.nix +++ b/sys/hardware/bluetooth.nix @@ -15,5 +15,14 @@ in { enable = true; powerOnBoot = mkDefault false; }; + + local.boot.impermanence.directories = [ + { + directory = "/var/lib/bluetooth"; + user = "root"; + group = "root"; + mode = "u=rwx,g=,o="; + } + ]; }; } -- cgit v1.2.3