aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/tiamat/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tiamat/hardware')
-rw-r--r--hosts/tiamat/hardware/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix
index b15c6e53..47275cc4 100644
--- a/hosts/tiamat/hardware/default.nix
+++ b/hosts/tiamat/hardware/default.nix
@@ -6,7 +6,11 @@
];
nixpkgs.hostPlatform = "x86_64-linux";
- hardware.bluetooth.enable = true;
+
+ hardware.bluetooth = {
+ enable = true;
+ powerOnBoot = true;
+ };
soispha.disks = {
enable = true;