machines: porthos: services: enable navidrome
This commit is contained in:
parent
c228916072
commit
0fe9a57458
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue