diff options
author | makefu <github@syntax-fehler.de> | 2017-08-02 22:17:41 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-08-04 11:06:00 +0200 |
commit | a00db299ace1d0950d7d8030a9684fec3b3b2c43 (patch) | |
tree | 24e511bf75be9399da61c2e98e289e68fe23721e /makefu/1systems/x/config.nix | |
parent | a5c7310cc24145aee4f8c7fc3f89dde9b95fe7f9 (diff) |
ma x: enable stk1160
Diffstat (limited to 'makefu/1systems/x/config.nix')
-rw-r--r-- | makefu/1systems/x/config.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index 969e78bee..368655575 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; + } ]; |