nixos: hardware: bluetooth: persist connections

This commit is contained in:
Bruno BELANYI 2021-10-22 14:06:26 +02:00
parent f51c8df502
commit 36a998a7d5

View file

@ -18,6 +18,13 @@ in
services.blueman.enable = true;
}
# Persist bluetooth files
{
my.system.persist.directories = [
"/var/lib/bluetooth"
];
}
# Support for additional bluetooth codecs
(lib.mkIf cfg.loadExtraCodecs {
hardware.pulseaudio = {