diff options
author | tv <tv@shackspace.de> | 2015-07-23 01:02:36 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-23 01:02:36 +0200 |
commit | 8e41a4be471cd9bb74c8667140a70f8c05c363d4 (patch) | |
tree | 0771b61bf7eeeb25d2a317842f1a1f17f48a6f29 /2configs/tv/identity.nix | |
parent | 504b1b90e809934a01357450ccdf35c4e4afc74d (diff) |
* tv identity: hosts.*.search -> search
Diffstat (limited to '2configs/tv/identity.nix')
-rw-r--r-- | 2configs/tv/identity.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/2configs/tv/identity.nix b/2configs/tv/identity.nix index 312c59d8d..36b387cdd 100644 --- a/2configs/tv/identity.nix +++ b/2configs/tv/identity.nix @@ -4,6 +4,7 @@ imports = [ ../../3modules/tv/identity.nix ]; tv.identity = { enable = true; + search = "retiolum"; hosts = { cd = { cores = 2; @@ -27,7 +28,6 @@ ]; }; }; - search = "retiolum"; }; mkdir = { cores = 1; @@ -41,7 +41,6 @@ ]; }; }; - search = "retiolum"; }; nomic = { cores = 2; @@ -55,7 +54,6 @@ ]; }; }; - search = "retiolum"; }; rmdir = { cores = 1; @@ -70,7 +68,6 @@ ]; }; }; - search = "retiolum"; }; wu = { cores = 4; @@ -84,7 +81,6 @@ ]; }; }; - search = "retiolum"; }; }; }; |