diff options
author | tv <tv@krebsco.de> | 2021-06-05 11:36:05 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-06-05 11:49:57 +0200 |
commit | a461078f13d01693c0da08eb9fd53612b68170eb (patch) | |
tree | 516230b5ae06397d987396e01fd7c751305c3648 /tv | |
parent | 42f704a4d9dbe57fa3f5417a4c1d1b6f019b5480 (diff) |
tv xp-332: update hostname
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/xp-332.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/xp-332.nix b/tv/2configs/xp-332.nix index daabe5b6b..a97fb3679 100644 --- a/tv/2configs/xp-332.nix +++ b/tv/2configs/xp-332.nix @@ -3,7 +3,7 @@ with import <stockholm/lib>; environment.etc."utsushi.conf".text = '' [devices] - dev1.udi = esci:networkscan://EPSON79678C.fritz.box:1865 + dev1.udi = esci:networkscan://ep.hkw:1865 dev1.model = XP-332 dev1.vendor = EPSON ''; |