petalius: use new blueman service

This commit is contained in:
Gabriel Ebner 2019-10-03 12:30:24 +02:00
parent 3f0dac7992
commit 1a456bef2a
1 changed files with 2 additions and 1 deletions

View File

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