From feaa178604995c3a6a017386e0c49cd883ea2fcb Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 10 Apr 2026 19:49:36 +0200 Subject: deps: update nixos nixos-small nixos-unstable For all: curl: 8.18.0 -> 8.19.0 systemd: 258.3 -> 258.5 nix: 2.31.2 -> 2.31.4 vim: 9.1.1869 -> 9.1.2148 For hamac: chromium: 145.0.7632.109 -> 146.0.7680.177 firefox: 147.0.4 -> 149.0 go: 1.25.6 -> 1.25.8 jujutsu: 0.38.0 -> 0.40.0 krita: 5.2.14 -> 5.2.15 nodejs: 22.22.0 -> 22.22.2 thunderbird: 147.0.1 -> 148.0.1 wireshark-qt: 4.6.3 -> 4.6.4 For ev: miniflux: 2.2.17 -> 2.2.19 actual-server: 25.11.0 -> 26.3.0 navidrome: 0.60.0 -> 0.60.3 nginx: 1.28.2 -> 1.28.3 postgresql: 16.12, 17.8 -> 16.13, 17.9 For tente: grafana: 12.3.3 -> 12.3.6 nginx: 1.28.2 -> 1.28.3 postgresql: 16.12 -> 16.13 --- nixos/hosts/ev/navidrome.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'nixos/hosts') diff --git a/nixos/hosts/ev/navidrome.nix b/nixos/hosts/ev/navidrome.nix index 9ddd9e1..edfa290 100644 --- a/nixos/hosts/ev/navidrome.nix +++ b/nixos/hosts/ev/navidrome.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, pkgs-unstable, ... }: +{ config, lib, pkgs, ... }: let cfg = config.navidrome; @@ -13,20 +13,10 @@ in }; }; - # Using unstable due to build failure on stable (https://github.com/NixOS/nixpkgs/issues/481611). - disabledModules = ["services/audio/navidrome.nix"]; - imports = - let - sources = import ; - in - [ - "${sources.nixos-unstable}/nixos/modules/services/audio/navidrome.nix" - ]; - config = { services.navidrome = { enable = true; - package = pkgs-unstable.navidrome; + package = pkgs.navidrome; settings = { Address = "0.0.0.0"; Port = cfg.port; -- cgit v1.3.1