petalius: use new blueman service

This commit is contained in:
Gabriel Ebner 2019-10-03 12:30:24 +02:00
parent 3f0dac7992
commit 1a456bef2a

@ -59,9 +59,10 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
unison unison
blueman
]; ];
services.blueman.enable = true;
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
storageDriver = "overlay2"; storageDriver = "overlay2";