aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/bl/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/bl/bluetooth')
-rw-r--r--modules/by-name/bl/bluetooth/module.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/by-name/bl/bluetooth/module.nix b/modules/by-name/bl/bluetooth/module.nix
index bf1c6a90..486f6e6f 100644
--- a/modules/by-name/bl/bluetooth/module.nix
+++ b/modules/by-name/bl/bluetooth/module.nix
@@ -10,6 +10,10 @@ in {
};
config = lib.mkIf cfg.enable {
+ soispha.impermanence.directories = [
+ "/var/lib/bluetooth"
+ ];
+
hardware = {
bluetooth = {
enable = true;