diff options
| author | Martin Fischer <martin@push-f.com> | 2026-04-10 19:49:36 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-04-10 20:16:48 +0200 |
| commit | feaa178604995c3a6a017386e0c49cd883ea2fcb (patch) | |
| tree | 3653aa8d651bcc5db9329c9a64bc9e1d4c9f1e34 /nixos | |
| parent | dea56882e766b6712e168ea8fa3d541494f2a04d (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')
| -rw-r--r-- | nixos/hosts/ev/navidrome.nix | 14 | ||||
| -rw-r--r-- | nixos/npins/sources.json | 12 |
2 files changed, 8 insertions, 18 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; diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index f7a39a7..1051c2c 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -135,20 +135,20 @@ "nixos": { "type": "Channel", "name": "nixos-25.11", - "url": "https://releases.nixos.org/nixos/25.11/nixos-25.11.6327.c217913993d6/nixexprs.tar.xz", - "hash": "1fgzx8vs5yzp8hdxvwh3mwz6g8qrahkqfzfmkf5jvzxhdmg1c47a" + "url": "https://releases.nixos.org/nixos/25.11/nixos-25.11.8972.4e92bbcdb030/nixexprs.tar.xz", + "hash": "1lcfhmnw6x6pm823s39fra8cy51q16inl6izh510pdd2yyaabf5g" }, "nixos-small": { "type": "Channel", "name": "nixos-25.11-small", - "url": "https://releases.nixos.org/nixos/25.11-small/nixos-25.11.6366.fef5f9900448/nixexprs.tar.xz", - "hash": "1b4z9qxvr5nb2gmjpqhdrcgw3n23bqilv397hiypq117vwqj6ljd" + "url": "https://releases.nixos.org/nixos/25.11-small/nixos-25.11.9065.863c462d78dd/nixexprs.tar.xz", + "hash": "13j005fy7z93wj2ab7ib4sh7vkdhaj0aip73wj62cs4ia58imil1" }, "nixos-unstable": { "type": "Channel", "name": "nixos-unstable", - "url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre948083.0182a3613243/nixexprs.tar.xz", - "hash": "18pwdbrl2klpfpz6gxn0bf8c0zmcccwg8ag9mwf6frm1r68yrqj2" + "url": "https://releases.nixos.org/nixos/unstable/nixos-26.05pre977467.4c1018dae018/nixexprs.tar.xz", + "hash": "1wv1rfq879hk4lg0136z4lgwa3fm985zhq10wwh6gzpgymzc2s2q" }, "prometheus-sql-exporter": { "type": "GitRelease", |
