{ config, lib, ... }: { config = lib.mkIf config.hardware.bluetooth.enable { fileSystems."/var/lib/bluetooth" = { device = "/persist/safe/var/lib/bluetooth"; options = [ "bind" ]; }; systemd.tmpfiles.rules = [ "d /persist/safe/var/lib/bluetooth 0700" ]; }; }