diff options
Diffstat (limited to '3modules')
-rw-r--r-- | 3modules/tv/retiolum.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/3modules/tv/retiolum.nix b/3modules/tv/retiolum.nix index 7a5ab70db..e8a1f6c2b 100644 --- a/3modules/tv/retiolum.nix +++ b/3modules/tv/retiolum.nix @@ -83,11 +83,10 @@ let type = types.listOf types.str; default = [ "fastpoke" "pigstarter" "kheurop" ]; description = '' - The list of hosts in the network which the client will try to connect to. - These hosts should have an 'Address' configured which points to a routeable - IPv4 or IPv6 address - '' - ; + The list of hosts in the network which the client will try to connect + to. These hosts should have an 'Address' configured which points to a + routeable IPv4 or IPv6 address. + ''; }; }; |