diff options
author | makefu <github@syntax-fehler.de> | 2019-10-15 08:47:31 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-10-15 08:47:31 +0200 |
commit | d82b3b9b66d8493426bfff9936d34ff5d76734dd (patch) | |
tree | f738f2ab23df10969efb030d729780811c3aed27 /makefu/2configs/hw | |
parent | fb121299ab56d9a36abafdab12b42b207d7bcb60 (diff) |
ma: fix warnings and errors for 19.09
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r-- | makefu/2configs/hw/tp-x230.nix | 1 | ||||
-rw-r--r-- | makefu/2configs/hw/tp-x2x0.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/hw/tp-x230.nix b/makefu/2configs/hw/tp-x230.nix index a6ded0a3e..37d1affb7 100644 --- a/makefu/2configs/hw/tp-x230.nix +++ b/makefu/2configs/hw/tp-x230.nix @@ -7,7 +7,6 @@ with import <stockholm/lib>; # configured media keys inside awesomerc # sound.mediaKeys.enable = true; - hardware.bluetooth.enable = true; # possible i915 powersave options: # options i915 enable_rc6=1 enable_fbc=1 semaphores=1 diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix index 5570bec55..564925db5 100644 --- a/makefu/2configs/hw/tp-x2x0.nix +++ b/makefu/2configs/hw/tp-x2x0.nix @@ -4,6 +4,7 @@ imports = [ ./tpm.nix ./ssd.nix + ./bluetooth.nix ]; boot.kernelModules = [ |