1 parent ed354ae commit f954e83Copy full SHA for f954e83
1 file changed
modules/home-manager/stacks/koito/default.nix
@@ -36,10 +36,10 @@ in {
36
"${storage}/koito/data:/etc/koito"
37
];
38
environment = {
39
- KOITO_DATABASE_URL="postgres://postgres:secret_password@pg:5432/koitodb";
+ # KOITO_DATABASE_URL="postgres://postgres:secret_password@pg:5432/koitodb";
40
KOITO_ALLOWED_HOSTS="koito.elyth.xyz,192.168.0.100:4110";
41
- KOITO_SUBSONIC_URL="https://navidrome.elyth.xyz";
42
- KOITO_SUBSONIC_PARAMS="u=elyth&t=4763f6aaeb37fbf45a208337220ec16b&s=081120";
+ # KOITO_SUBSONIC_URL="https://navidrome.elyth.xyz";
+ # KOITO_SUBSONIC_PARAMS="u=elyth&t=4763f6aaeb37fbf45a208337220ec16b&s=081120";
43
KOITO_ENABLE_LBZ_RELAY="true";
44
KOITO_LBZ_RELAY_URL="https://api.listenbrainz.org/1";
45
KOITO_LBZ_RELAY_TOKEN="7c52576c-74f4-4726-96b1-a9a169a2f35e";
0 commit comments