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 | 044da07736e5ab115adc4a567c4363c8b1f2a849 (patch) | |
tree | 339d89f145e3d14c0b3cb3732899e4b2ae5de366 | |
parent | 218a50aba48dd74561d8d14a46a9198417fec340 (diff) |
tv xp-332: update hostname
-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 daabe5b..a97fb36 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 ''; |