Add thinkpad to syncthing peers

This commit is contained in:
Yan Lin 2025-09-13 11:15:07 +02:00
parent 765e80c978
commit 8d0753fd0a
4 changed files with 40 additions and 7 deletions

View file

@ -6,6 +6,7 @@
../home-default.nix
../../../modules/firefox.nix
../../../modules/plasma.nix
../../../modules/syncthing.nix
plasma-manager.homeModules.plasma-manager
];

View file

@ -78,7 +78,7 @@
# Bluetooth support
bluetooth = {
enable = true;
powerOnBoot = false; # Save battery
powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
@ -185,8 +185,8 @@
RUNTIME_PM_ON_AC = "on";
RUNTIME_PM_ON_BAT = "auto";
# Disable Bluetooth on battery to save power
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE = "bluetooth";
# Keep Bluetooth available on battery
# DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE = "bluetooth";
};
};