summaryrefslogtreecommitdiffstats
path: root/1systems/x
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-02 22:17:41 +0200
committerlassulus <lassulus@lassul.us>2017-08-04 11:06:00 +0200
commit827b8b81b47922c2b24bbaa54fe5314f8c5e0244 (patch)
treee1d05dfde62738d12e91aec1d6905788bc541d01 /1systems/x
parent0c2999401a3358ef246b8fa4095e860950edb4da (diff)
ma x: enable stk1160
Diffstat (limited to '1systems/x')
-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;
+ }
];