diff options
Diffstat (limited to 'hosts/apzu/hardware/default.nix')
-rw-r--r-- | hosts/apzu/hardware/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/apzu/hardware/default.nix b/hosts/apzu/hardware/default.nix index 7426c015..2cbf3254 100644 --- a/hosts/apzu/hardware/default.nix +++ b/hosts/apzu/hardware/default.nix @@ -7,7 +7,11 @@ nixpkgs.hostPlatform = "x86_64-linux"; - hardware.bluetooth.enable = true; + hardware.bluetooth = { + enable = true; + # Avoid some battery drain, requires a `power on` in bluetoothctl + powerOnBoot = false; + }; soispha.disks = { enable = true; |