machines: porthos: services: enable navidrome

This commit is contained in:
Bruno BELANYI 2021-08-19 11:57:11 +02:00
parent c228916072
commit 0fe9a57458

View file

@ -80,6 +80,11 @@ in
builtins.toFile "grafana.txt" my.secrets.monitoring.password; # Insecure, I don't care
};
};
# FLOSS music streaming server
navidrome = {
enable = true;
musicFolder = "/data/media/music";
};
# Nextcloud self-hosted cloud
nextcloud = {
enable = true;