Disable blueman
This commit is contained in:
parent
5d2dac318e
commit
d32d92fcd4
2 changed files with 2 additions and 2 deletions
|
|
@ -204,7 +204,7 @@ with lib; {
|
|||
services.dbus.packages = with pkgs; [ dconf ];
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
# services.blueman.enable = true;
|
||||
services.gvfs = {
|
||||
enable = true;
|
||||
# package = lib.mkForce pkgs.gnome3.gvfs;
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ with lib; {
|
|||
ssh = "${pkgs.avahi}/etc/avahi/services/ssh.service";
|
||||
};
|
||||
};
|
||||
blueman.enable = true;
|
||||
# blueman.enable = true;
|
||||
clamav = {
|
||||
daemon.enable = true;
|
||||
updater.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue