diff options
author | lassulus <lass@blue.r> | 2018-10-30 19:54:22 +0100 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-10-30 19:54:22 +0100 |
commit | f130c335de0f902b29bad5da60051d6fa2bdef4e (patch) | |
tree | f000fa7d227e3bf2e59345cf0073a25a7dfbc657 /tv/2configs | |
parent | 228d4acd7b17afb245627f62f8943f418fb1dd8d (diff) | |
parent | 212bc39249f9792cbedf2e9a6b3fed90c52c63e7 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/hw/x220.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index e91fd82c8..38a89cfc3 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: - +{ config, pkgs, ... }: { imports = [ ../smartd.nix |