try some power changes

This commit is contained in:
Kopatz
2025-05-23 22:51:32 +02:00
parent 355e9b798b
commit 80a7e0920d
2 changed files with 12 additions and 13 deletions

View File

@@ -79,11 +79,9 @@
# (mk "Discord" { pkg = discord; })
# ];
#services.blueman.enable = true;
#hardware.bluetooth.enable = true; # enables support for Bluetooth
#hardware.bluetooth.powerOnBoot =
# true; # powers up the default Bluetooth controller on boot
services.blueman.enable = true;
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = false; # powers up the default Bluetooth controller on boot
age.identityPaths =
[ "/home/kopatz/.ssh/id_ed25519" "/etc/ssh/ssh_host_ed25519_key" ];