From 31badebd99cd048d07fc540615d3695fcf81859c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 17 Jun 2025 01:49:31 +0200 Subject: [PATCH] System: Enable bluetooth + gvfs --- system/default.nix | 2 +- system/nixinator/hardware-configuration.nix | 1 + system/nixtop/hardware-configuration.nix | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index 91389395..6d6a1333 100644 --- a/system/default.nix +++ b/system/default.nix @@ -386,7 +386,7 @@ with mylib.networking; { fwupd.enable = true; # Device firmware (I don't think I have any supported devices) # locate.enable = true; # Periodically update index ntp.enable = true; # Clock sync - gvfs.enable = false; # Network shares TODO: Only gnome? Needed? + gvfs.enable = true; # Network shares, spotify cover art caching, ... udev = { packages = with pkgs; [ usb-blaster-udev-rules # For Intel Quartus diff --git a/system/nixinator/hardware-configuration.nix b/system/nixinator/hardware-configuration.nix index 320b98a0..2bccc0b8 100644 --- a/system/nixinator/hardware-configuration.nix +++ b/system/nixinator/hardware-configuration.nix @@ -100,6 +100,7 @@ enableRedistributableFirmware = true; # cpu.intel.updateMicrocode = true; cpu.amd.updateMicrocode = true; + bluetooth.enable = true; nvidia = { package = config.boot.kernelPackages.nvidiaPackages.stable; diff --git a/system/nixtop/hardware-configuration.nix b/system/nixtop/hardware-configuration.nix index 8a2a5e58..c0834f98 100644 --- a/system/nixtop/hardware-configuration.nix +++ b/system/nixtop/hardware-configuration.nix @@ -53,6 +53,7 @@ hardware = { enableRedistributableFirmware = true; cpu.intel.updateMicrocode = true; + bluetooth.enable = true; graphics = { enable = true;