This commit is contained in:
Sandro - 2023-01-16 00:04:52 +01:00
parent 125f201e28
commit 0ecba2a273
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -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"
];