diff --git a/nixos-module.nix b/nixos-module.nix index ae6f985..3d61663 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -3,7 +3,7 @@ options.services.buzzrelay = with lib; { enable = mkEnableOption "Enable Fedi.buzz relay"; streams = mkOption { - type = types.listOf str; + type = with types; listOf str; default = [ "https://fedi.buzz/api/v1/streaming/public" ];