Commit 0019d965 authored by 6543's avatar 6543
Browse files

nixos/nextcloud: configure only unique trusted_domains

parent 6041ea02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1166,7 +1166,7 @@ in
              imap0 (i: v: ''
                ${lib.getExe occ} config:system:set trusted_domains \
                  ${toString i} --value="${toString v}"
              '') ([ cfg.hostName ] ++ cfg.settings.trusted_domains)
              '') (lib.unique ([ cfg.hostName ] ++ cfg.settings.trusted_domains))
            );

          in