diff options
author | makefu <github@syntax-fehler.de> | 2015-07-24 22:07:01 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-24 22:07:01 +0200 |
commit | a4d676e4c5cd2c5cfcd9388074ba74c7714f754a (patch) | |
tree | e901569d1e2e4982d378d6187240952c5ddfbb5c /1systems/tv | |
parent | 6b2a9d6b26ef75ee78c96839d4aa06ab027fcf4e (diff) | |
parent | 4c46005ca572df9747caedb43fd3a42089fecf2c (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to '1systems/tv')
-rw-r--r-- | 1systems/tv/cd.nix | 2 | ||||
-rw-r--r-- | 1systems/tv/mkdir.nix | 2 | ||||
-rw-r--r-- | 1systems/tv/nomic.nix | 2 | ||||
-rw-r--r-- | 1systems/tv/rmdir.nix | 2 | ||||
-rw-r--r-- | 1systems/tv/wu.nix | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/1systems/tv/cd.nix b/1systems/tv/cd.nix index d30e7ed..c0c41e9 100644 --- a/1systems/tv/cd.nix +++ b/1systems/tv/cd.nix @@ -34,7 +34,7 @@ in } { imports = [ ../../2configs/tv/identity.nix ]; - tv.identity.self = config.tv.identity.hosts.cd; + tv.identity.self = config.krebs.hosts.cd; } { tv.iptables = { diff --git a/1systems/tv/mkdir.nix b/1systems/tv/mkdir.nix index 3e5fb72..113fc95 100644 --- a/1systems/tv/mkdir.nix +++ b/1systems/tv/mkdir.nix @@ -12,7 +12,7 @@ with lib; ../../2configs/tv/git.nix { imports = [ ../../2configs/tv/identity.nix ]; - tv.identity.self = config.tv.identity.hosts.mkdir; + tv.identity.self = config.krebs.hosts.mkdir; } { tv.iptables = { diff --git a/1systems/tv/nomic.nix b/1systems/tv/nomic.nix index 2d32d9e..fc58c16 100644 --- a/1systems/tv/nomic.nix +++ b/1systems/tv/nomic.nix @@ -11,7 +11,7 @@ with lib; ../../2configs/tv/git.nix { imports = [ ../../2configs/tv/identity.nix ]; - tv.identity.self = config.tv.identity.hosts.nomic; + tv.identity.self = config.krebs.hosts.nomic; } { tv.iptables = { diff --git a/1systems/tv/rmdir.nix b/1systems/tv/rmdir.nix index c470086..15d624d 100644 --- a/1systems/tv/rmdir.nix +++ b/1systems/tv/rmdir.nix @@ -12,7 +12,7 @@ with lib; ../../2configs/tv/git.nix { imports = [ ../../2configs/tv/identity.nix ]; - tv.identity.self = config.tv.identity.hosts.rmdir; + tv.identity.self = config.krebs.hosts.rmdir; } { tv.iptables = { diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix index 234b805..4a74d55 100644 --- a/1systems/tv/wu.nix +++ b/1systems/tv/wu.nix @@ -18,7 +18,7 @@ in ../../2configs/tv/synaptics.nix # TODO w110er if xserver is enabled { imports = [ ../../2configs/tv/identity.nix ]; - tv.identity.self = config.tv.identity.hosts.wu; + tv.identity.self = config.krebs.hosts.wu; } { environment.systemPackages = with pkgs; [ |