1

System: Enable bluetooth + gvfs

This commit is contained in:
2025-06-17 01:49:31 +02:00
parent d5384e0b97
commit 31badebd99
3 changed files with 3 additions and 1 deletions

View File

@ -386,7 +386,7 @@ with mylib.networking; {
fwupd.enable = true; # Device firmware (I don't think I have any supported devices) fwupd.enable = true; # Device firmware (I don't think I have any supported devices)
# locate.enable = true; # Periodically update index # locate.enable = true; # Periodically update index
ntp.enable = true; # Clock sync ntp.enable = true; # Clock sync
gvfs.enable = false; # Network shares TODO: Only gnome? Needed? gvfs.enable = true; # Network shares, spotify cover art caching, ...
udev = { udev = {
packages = with pkgs; [ packages = with pkgs; [
usb-blaster-udev-rules # For Intel Quartus usb-blaster-udev-rules # For Intel Quartus

View File

@ -100,6 +100,7 @@
enableRedistributableFirmware = true; enableRedistributableFirmware = true;
# cpu.intel.updateMicrocode = true; # cpu.intel.updateMicrocode = true;
cpu.amd.updateMicrocode = true; cpu.amd.updateMicrocode = true;
bluetooth.enable = true;
nvidia = { nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.stable;

View File

@ -53,6 +53,7 @@
hardware = { hardware = {
enableRedistributableFirmware = true; enableRedistributableFirmware = true;
cpu.intel.updateMicrocode = true; cpu.intel.updateMicrocode = true;
bluetooth.enable = true;
graphics = { graphics = {
enable = true; enable = true;