summaryrefslogtreecommitdiffstats
path: root/1systems/x/config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-01-28 13:57:55 +0100
committermakefu <github@syntax-fehler.de>2018-01-28 13:57:55 +0100
commita787a175e5869e7ac0a06e1a6ace0fd77dc2101f (patch)
treef2113a10ff835a1802f3a08d74363ce1934eaf9e /1systems/x/config.nix
parentfffb4fa997f1fa84f12e198b56ec035d436bad1a (diff)
Revert "ma hw/stk1160: rip"
This reverts commit 1cbc2e5aa359e7e9b4b32c9ef75902576347a6d0.
Diffstat (limited to '1systems/x/config.nix')
-rw-r--r--1systems/x/config.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/1systems/x/config.nix b/1systems/x/config.nix
index 3686acb6e..a32db91e1 100644
--- a/1systems/x/config.nix
+++ b/1systems/x/config.nix
@@ -61,7 +61,7 @@ with import <stockholm/lib>;
<stockholm/makefu/2configs/hw/tp-x230.nix>
<stockholm/makefu/2configs/hw/rtl8812au.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
@@ -86,6 +86,7 @@ with import <stockholm/lib>;
nixpkgs.config.allowUnfree = true;
+ environment.systemPackages = [ pkgs.passwdqc-utils ];
# configure pulseAudio to provide a HDMI sink as well
@@ -103,7 +104,4 @@ with import <stockholm/lib>;
'';
# hard dependency because otherwise the device will not be unlocked
boot.initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; allowDiscards=true; }];
-
- nix.package = pkgs.nixUnstable;
- environment.systemPackages = [ pkgs.passwdqc-utils pkgs.nixUnstable ];
}