about summary refs log tree commit diff stats
path: root/hosts/tiamat/hardware.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-18 19:33:49 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-18 19:33:49 +0200
commitc0f966510475d8d621f302c1bd70f430e589b838 (patch)
treebac9c5d1dc178003c27c3b0823b4f4a7591df31c /hosts/tiamat/hardware.nix
parentrefactor(hosts): Move all unmaintained hosts to the `_unmaintained` dir (diff)
downloadnixos-config-c0f966510475d8d621f302c1bd70f430e589b838.zip
feat(hosts): Share common options
Diffstat (limited to 'hosts/tiamat/hardware.nix')
-rw-r--r--hosts/tiamat/hardware.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/tiamat/hardware.nix b/hosts/tiamat/hardware.nix
index 8ecb4ce0..97600848 100644
--- a/hosts/tiamat/hardware.nix
+++ b/hosts/tiamat/hardware.nix
@@ -3,13 +3,6 @@
     (modulesPath + "/installer/scan/not-detected.nix") # TODO: is this necessary?
   ];
 
-  hardware = {
-    bluetooth = {
-      enable = true;
-      powerOnBoot = true;
-    };
-  };
-
   soispha = {
     hardware = {
       enable = true;