diff options
author | tv <tv@krebsco.de> | 2017-08-01 22:37:41 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 22:39:47 +0200 |
commit | 9b62b9d74ba298b10823d5b71aa46d6ea46f0e13 (patch) | |
tree | a066b8c5a14299b56c0105115016084d40aa9dae /tv | |
parent | f58b49aa82769b4f3eca5ee0e63de407224c7dd9 (diff) |
tv systems: normalize head
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/alnus/config.nix | 4 | ||||
-rw-r--r-- | tv/1systems/mu/config.nix | 4 | ||||
-rw-r--r-- | tv/1systems/nomic/config.nix | 4 | ||||
-rw-r--r-- | tv/1systems/wu/config.nix | 4 | ||||
-rw-r--r-- | tv/1systems/xu/config.nix | 4 | ||||
-rw-r--r-- | tv/1systems/zu/config.nix | 4 |
6 files changed, 6 insertions, 18 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index dd9e594fc..b53a8ea9e 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -1,8 +1,6 @@ -{ config, pkgs, ... }: - with import <stockholm/lib>; +{ config, pkgs, ... }: { -{ imports = [ <stockholm/tv> <stockholm/tv/2configs/hw/x220.nix> diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 01de9ee6b..11715c14d 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -1,8 +1,6 @@ -{ config, pkgs, ... }: - with import <stockholm/lib>; +{ config, pkgs, ... }: { -{ imports = [ <stockholm/krebs> <stockholm/tv/2configs> diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix index 64cccde0c..e96699800 100644 --- a/tv/1systems/nomic/config.nix +++ b/tv/1systems/nomic/config.nix @@ -1,8 +1,6 @@ -{ config, lib, pkgs, ... }: - with import <stockholm/lib>; +{ config, pkgs, ... }: { -{ krebs.build.host = config.krebs.hosts.nomic; imports = [ diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix index cdcaa98d9..24a1141ba 100644 --- a/tv/1systems/wu/config.nix +++ b/tv/1systems/wu/config.nix @@ -1,8 +1,6 @@ -{ config, lib, pkgs, ... }: - with import <stockholm/lib>; +{ config, pkgs, ... }: { -{ krebs.build.host = config.krebs.hosts.wu; imports = [ diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 0525be858..0444b95cb 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -1,8 +1,6 @@ -{ config, lib, pkgs, ... }: - with import <stockholm/lib>; +{ config, pkgs, ... }: { -{ krebs.build.host = config.krebs.hosts.xu; imports = [ diff --git a/tv/1systems/zu/config.nix b/tv/1systems/zu/config.nix index 7267bbc9e..1a924a477 100644 --- a/tv/1systems/zu/config.nix +++ b/tv/1systems/zu/config.nix @@ -1,8 +1,6 @@ -{ config, lib, pkgs, ... }: - with import <stockholm/lib>; +{ config, pkgs, ... }: { -{ krebs.build.host = config.krebs.hosts.zu; imports = [ |