Fix some deprecation warnings

This commit is contained in:
notgne2 2021-08-14 14:17:56 -07:00
parent 48282bcea5
commit 5a37a4d482
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
4 changed files with 28 additions and 24 deletions

View file

@ -91,6 +91,8 @@ in
utsushi
epkowa
hplipWithPlugin
brscan4
dsseries
];
};
}

View file

@ -115,6 +115,6 @@ in
services.blueman.enable = true;
hardware.bluetooth.enable = true;
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-modules-bt ];
hardware.bluetooth.config.General.Enable = "Source,Sink,Media,Socket";
hardware.bluetooth.settings.General.Enable = "Source,Sink,Media,Socket";
};
}