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 | 1c315c576c1112459eed2c96b043cba6d63648e5 (patch) | |
tree | 98ea2a94e0064d25e013ac1b10eef95b0a943412 | |
parent | a852893760964a3a007f9d5ecffdae6fa94f410e (diff) | |
parent | 648285767aa63e618db8ed23ca5d88443e07dca0 (diff) |
Merge remote-tracking branch 'ni/master'
-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 |