From d32d92fcd4e2a1302a1ee8d007c692cf24913710 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 4 Dec 2022 10:14:24 +0100 Subject: [PATCH] Disable blueman --- odin/common_configuration.nix | 2 +- thor/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/odin/common_configuration.nix b/odin/common_configuration.nix index e44c0ca..2db4bb4 100644 --- a/odin/common_configuration.nix +++ b/odin/common_configuration.nix @@ -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; diff --git a/thor/configuration.nix b/thor/configuration.nix index 1828191..ebe572e 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -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;