Skip to content

Commit f954e83

Browse files
committed
fix: koito new version was crashing
1 parent ed354ae commit f954e83

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/home-manager/stacks/koito/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ in {
3636
"${storage}/koito/data:/etc/koito"
3737
];
3838
environment = {
39-
KOITO_DATABASE_URL="postgres://postgres:secret_password@pg:5432/koitodb";
39+
# KOITO_DATABASE_URL="postgres://postgres:secret_password@pg:5432/koitodb";
4040
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";
41+
# KOITO_SUBSONIC_URL="https://navidrome.elyth.xyz";
42+
# KOITO_SUBSONIC_PARAMS="u=elyth&t=4763f6aaeb37fbf45a208337220ec16b&s=081120";
4343
KOITO_ENABLE_LBZ_RELAY="true";
4444
KOITO_LBZ_RELAY_URL="https://api.listenbrainz.org/1";
4545
KOITO_LBZ_RELAY_TOKEN="7c52576c-74f4-4726-96b1-a9a169a2f35e";

0 commit comments

Comments
 (0)