summaryrefslogtreecommitdiff
path: root/sys/hardware/bluetooth.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/hardware/bluetooth.nix9
1 files changed, 9 insertions, 0 deletions
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=";
+ }
+ ];
};
}