aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-04-10 19:49:36 +0200
committerMartin Fischer <martin@push-f.com>2026-04-10 20:16:48 +0200
commitfeaa178604995c3a6a017386e0c49cd883ea2fcb (patch)
tree3653aa8d651bcc5db9329c9a64bc9e1d4c9f1e34 /nixos/hosts
parentdea56882e766b6712e168ea8fa3d541494f2a04d (diff)
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
Diffstat (limited to 'nixos/hosts')
-rw-r--r--nixos/hosts/ev/navidrome.nix14
1 files changed, 2 insertions, 12 deletions
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 <top/npins>;
- 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;