diff --git a/nixos/modules/services/networking/btsync.nix b/nixos/modules/services/networking/btsync.nix index 8b288a713c6..898aed82591 100644 --- a/nixos/modules/services/networking/btsync.nix +++ b/nixos/modules/services/networking/btsync.nix @@ -237,12 +237,6 @@ in { assertion = cfg.apiKey != "" -> cfg.enableWebUI; message = "If you're using an API key, you must enable the web server."; } - # TODO FIXME: the README says not specifying the login/pass means it - # should disable authentication, but apparently it doesn't? - { assertion = cfg.enableWebUI -> cfg.httpLogin != "" && cfg.httpPass != ""; - message = "If using the web UI, you must configure a login/password."; - } - # TODO FIXME: assert the existence of sharedFolder directories? ]; users.extraUsers.btsync = {