mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-22 04:00:59 +00:00
Fix eval
This commit is contained in:
parent
125f201e28
commit
0ecba2a273
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue