navidrome: reformat

This commit is contained in:
makefu 2024-01-15 22:57:58 +01:00
parent d50442e62d
commit 3620764f77
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
2 changed files with 7 additions and 6 deletions
2configs/home

View file

@ -11,7 +11,6 @@ in
systemd.tmpfiles.rules = [
"d ${dl-dir} metube nogroup - -"
];
virtualisation.oci-containers.backend = "docker";
services.nginx.virtualHosts."tube" = {
serverAliases = [ "tube.lan" ];

View file

@ -9,11 +9,13 @@ in
MusicFolder = "/media/cryptX/music/kinder";
Address = "0.0.0.0";
};
systemd.services.navidrome.serviceConfig = {
RequiresMountFor = [ "/media/cryptX" ];
Restart = "always";
RestartSec = "15";
systemd.services.navidrome = {
serviceConfig = {
Restart = "always";
RestartSec = "15";
};
unitConfig.RequiresMountsFor = [ "/media/cryptX" ];
};
state = [ "/var/lib/navidrome" ];