From 2d937f8f8bad884af88a9c5c707a980d63e529e6 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 10 May 2022 11:02:32 +0200 Subject: [PATCH] Fix bluetooth service (blueman) + fix update-background --- custom/update-background/default.nix | 1 + odin/common_configuration.nix | 2 +- thor/configuration.nix | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/custom/update-background/default.nix b/custom/update-background/default.nix index cd03c54..8dd48e8 100644 --- a/custom/update-background/default.nix +++ b/custom/update-background/default.nix @@ -22,4 +22,5 @@ writeScriptBin "update-background" '' echo "image: $image" ${feh}/bin/feh --bg-fill --no-fehbg "$image" ${glib}/bin/gsettings set org.gnome.desktop.background picture-uri "file://$image" + true '' diff --git a/odin/common_configuration.nix b/odin/common_configuration.nix index ee32e43..86eb3e3 100644 --- a/odin/common_configuration.nix +++ b/odin/common_configuration.nix @@ -163,7 +163,7 @@ 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.zerotierone = { enable = true; joinNetworks = [ "8056c2e21cf9c753" ]; }; services.gvfs = { enable = true; package = lib.mkForce pkgs.gnome3.gvfs; }; # services.tlp.enable = false; diff --git a/thor/configuration.nix b/thor/configuration.nix index d4f400f..bfd4ffb 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -91,6 +91,7 @@ ssh = "${pkgs.avahi}/etc/avahi/services/ssh.service"; }; }; + blueman.enable = true; clamav = { daemon.enable = true; updater.enable = true; }; dbus.packages = with pkgs; [ dconf ]; gnome.gnome-keyring.enable = true;