diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 19:33:49 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 19:33:49 +0200 |
commit | c0f966510475d8d621f302c1bd70f430e589b838 (patch) | |
tree | bac9c5d1dc178003c27c3b0823b4f4a7591df31c /hosts/tiamat/hardware.nix | |
parent | refactor(hosts): Move all unmaintained hosts to the `_unmaintained` dir (diff) | |
download | nixos-config-c0f966510475d8d621f302c1bd70f430e589b838.zip |
feat(hosts): Share common options
Diffstat (limited to 'hosts/tiamat/hardware.nix')
-rw-r--r-- | hosts/tiamat/hardware.nix | 7 |
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; |