Update
This commit is contained in:
parent
3864e34ffd
commit
479a630642
6 changed files with 69 additions and 66 deletions
|
|
@ -16,7 +16,7 @@
|
|||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
virtualisation.oci-containers.containers.aliasvault = {
|
||||
image = "ghcr.io/aliasvault/aliasvault:0.25.3";
|
||||
image = "ghcr.io/aliasvault/aliasvault:0.26.6";
|
||||
autoStart = true;
|
||||
|
||||
ports = [
|
||||
|
|
|
|||
|
|
@ -4,15 +4,8 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
systemd.services.navidrome.serviceConfig.ExecStart = with lib; let
|
||||
cfg = config.services.navidrome;
|
||||
settingsFormat = pkgs.formats.toml {};
|
||||
in
|
||||
mkForce ''
|
||||
${pkgs.bash}/bin/bash -c "${getExe cfg.package} --configfile '${settingsFormat.generate "navidrome.toml" cfg.settings}'"
|
||||
'';
|
||||
services.navidrome = {
|
||||
enable = true;
|
||||
enable = false; #doesnt build 24.02.2026
|
||||
settings = {
|
||||
Scanner.Schedule = "@every 24h";
|
||||
MusicFolder = "/zstorage/media/music";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue