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 | 78651301fec79962a1cfacc34708edb9c2afbee7 (patch) | |
tree | 71a4bb3f9dcc964cd540abf54aa864dc0c1bddd6 /1systems/tv/wu.nix | |
parent | e1f4ef731f34056c8360de8be21c2bfbc396d2e4 (diff) | |
parent | 85077a0cde6498d919c67a5f476cc25a068e06f6 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to '1systems/tv/wu.nix')
-rw-r--r-- | 1systems/tv/wu.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix index 234b80559..4a74d552f 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; [ |