diff options
author | tv <tv@krebsco.de> | 2018-10-23 18:27:45 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-10-23 18:27:45 +0200 |
commit | 8f5dc7af96cd1211982ed0cf325d3b89b2bd1646 (patch) | |
tree | 814f8a4137ff0005aa04e906d94c1c5337a46c8d | |
parent | bdae63be0e9e3813948b8a9cd968b3410e0e392d (diff) |
tv x220: add config argument
-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 e91fd82..38a89cf 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: - +{ config, pkgs, ... }: { imports = [ ../smartd.nix |