summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-24 12:41:41 +0200
committertv <tv@shackspace.de>2015-07-24 12:41:41 +0200
commitfaf5f6c172d6a6915e18cdec85e3543051eb0449 (patch)
tree504fc54dbce27eda2e541863d3d09a102fb0249a /1systems
parente082da2c23ebff82717df11d266ecfd22a70db56 (diff)
krebs.retiolum: define type of hosts
Diffstat (limited to '1systems')
-rw-r--r--1systems/tv/cd.nix1
-rw-r--r--1systems/tv/mkdir.nix1
-rw-r--r--1systems/tv/nomic.nix1
-rw-r--r--1systems/tv/rmdir.nix1
-rw-r--r--1systems/tv/wu.nix1
5 files changed, 0 insertions, 5 deletions
diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix
index 2f8cf819..bf556e01 100644
--- a/1systems/tv/cd.nix
+++ b/1systems/tv/cd.nix
@@ -89,7 +89,6 @@ in
imports = [ ../../3modules/krebs/retiolum.nix ];
krebs.retiolum = {
enable = true;
- hosts = ../../Zhosts;
connectTo = [
"fastpoke"
"pigstarter"
diff --git a/1systems/tv/mkdir.nix b/1systems/tv/mkdir.nix
index 05d76c4c..823f0443 100644
--- a/1systems/tv/mkdir.nix
+++ b/1systems/tv/mkdir.nix
@@ -32,7 +32,6 @@ with lib;
imports = [ ../../3modules/krebs/retiolum.nix ];
krebs.retiolum = {
enable = true;
- hosts = ../../Zhosts;
connectTo = [
"cd"
"fastpoke"
diff --git a/1systems/tv/nomic.nix b/1systems/tv/nomic.nix
index bae12d36..ef4a5ca3 100644
--- a/1systems/tv/nomic.nix
+++ b/1systems/tv/nomic.nix
@@ -40,7 +40,6 @@ with lib;
imports = [ ../../3modules/krebs/retiolum.nix ];
krebs.retiolum = {
enable = true;
- hosts = ../../Zhosts;
connectTo = [
"gum"
"pigstarter"
diff --git a/1systems/tv/rmdir.nix b/1systems/tv/rmdir.nix
index 2cf9668c..f15c7902 100644
--- a/1systems/tv/rmdir.nix
+++ b/1systems/tv/rmdir.nix
@@ -32,7 +32,6 @@ with lib;
imports = [ ../../3modules/krebs/retiolum.nix ];
krebs.retiolum = {
enable = true;
- hosts = ../../Zhosts;
connectTo = [
"cd"
"mkdir"
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix
index c5678a19..0b5b8289 100644
--- a/1systems/tv/wu.nix
+++ b/1systems/tv/wu.nix
@@ -148,7 +148,6 @@ in
imports = [ ../../3modules/krebs/retiolum.nix ];
krebs.retiolum = {
enable = true;
- hosts = ../../Zhosts;
connectTo = [
"gum"
"pigstarter"