summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-02 22:17:41 +0200
committermakefu <github@syntax-fehler.de>2017-08-02 22:17:41 +0200
commit537bb1aee6d6fee1b05d9494b2afb13e9aa20dd9 (patch)
tree828db907ad3195e343e4868bb2e235c06cbb3679
parent149a86402bcaf9c15a7419867a16387077011a3e (diff)
ma x: enable stk1160
-rw-r--r--1systems/x/config.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/1systems/x/config.nix b/1systems/x/config.nix
index 969e78bee..368655575 100644
--- a/1systems/x/config.nix
+++ b/1systems/x/config.nix
@@ -54,7 +54,7 @@ with import <stockholm/lib>;
<stockholm/makefu/2configs/hw/rtl8812au.nix>
<stockholm/makefu/2configs/hw/exfat-nofuse.nix>
<stockholm/makefu/2configs/hw/wwan.nix>
- # <stockholm/makefu/2configs/hw/stk1160.nix>
+ <stockholm/makefu/2configs/hw/stk1160.nix>
# <stockholm/makefu/2configs/rad1o.nix>
# Filesystem
@@ -62,6 +62,9 @@ with import <stockholm/lib>;
# Security
<stockholm/makefu/2configs/sshd-totp.nix>
+ {
+ programs.adb.enable = true;
+ }
];