From ba1798bf3be47653d35f977bb012c65f5899bf1b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 12 Jul 2020 11:12:29 +0200 Subject: [PATCH] Save bluetooth settings --- profiles/bluetooth.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/bluetooth.nix b/profiles/bluetooth.nix index dc1eae67..d7a8c2da 100644 --- a/profiles/bluetooth.nix +++ b/profiles/bluetooth.nix @@ -1,6 +1,10 @@ { pkgs, ... }: { + custom.zfs.systemLinks = [ + { path = "/var/lib/bluetooth"; type = "cache"; } + ]; + hardware.bluetooth.enable = true; services.blueman.enable = true; hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-modules-bt ];