summaryrefslogtreecommitdiffstats
path: root/makefu
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
commita00db299ace1d0950d7d8030a9684fec3b3b2c43 (patch)
tree24e511bf75be9399da61c2e98e289e68fe23721e /makefu
parenta5c7310cc24145aee4f8c7fc3f89dde9b95fe7f9 (diff)
ma x: enable stk1160
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/x/config.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix
index 969e78be..36865557 100644
--- a/makefu/1systems/x/config.nix
+++ b/makefu/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;
+ }
];