From dd7c4fe0a37ceaa039860af5598e5f57341a5d1d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Jun 2026 22:40:13 +0200 Subject: [PATCH 1/6] Update netbirdio/dashboard Docker tag to v2.80.0 --- modules/netbird-docker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/netbird-docker.nix b/modules/netbird-docker.nix index a608c3f..5d1934d 100644 --- a/modules/netbird-docker.nix +++ b/modules/netbird-docker.nix @@ -57,7 +57,7 @@ in { services.netbird.useRoutingFeatures = lib.mkDefault "server"; virtualisation.oci-containers.containers = { netbird-dashboard = { - image = "netbirdio/dashboard:v2.39.0"; + image = "netbirdio/dashboard:v2.80.0"; autoStart = true; networks = [ "traefik" From 2d7cff97439d585750f35a097fbf4700599e76f8 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Wed, 24 Jun 2026 19:06:30 +0200 Subject: [PATCH 2/6] Add best-practices to renovate config --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index f0ee6e0..028c013 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:best-practices"], "prHourlyLimit": 0, "packageRules": [ { From 71b29125f852db80983127a80e261392deab8548 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Wed, 24 Jun 2026 19:07:05 +0200 Subject: [PATCH 3/6] Switch to fastfetch and use top-level engrampa for home-config --- home/cli.nix | 2 +- home/gui.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/cli.nix b/home/cli.nix index 5c089dd..4972b6a 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -8,7 +8,7 @@ wget curl git - neofetch + fastfetch tealdeer pdfgrep diff --git a/home/gui.nix b/home/gui.nix index e1627fe..972a1da 100644 --- a/home/gui.nix +++ b/home/gui.nix @@ -7,7 +7,7 @@ home.packages = with pkgs; [ jetbrains.idea teams-for-linux - mate.engrampa + engrampa zotero deezer-enhanced ]; From d07800b1834b5044f90e8fdcdeea0f3c29e757fb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2026 19:08:48 +0200 Subject: [PATCH 4/6] Update traefik:v3.7.5 Docker digest to e4d9815 (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [traefik](https://github.com/containous/traefik) | digest | `d685879` → `e4d9815` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/9 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- modules/traefik-oidc.nix | 2 +- modules/traefik.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/traefik-oidc.nix b/modules/traefik-oidc.nix index aa3f80c..1114ecd 100644 --- a/modules/traefik-oidc.nix +++ b/modules/traefik-oidc.nix @@ -105,7 +105,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { traefik = { - image = "traefik:v3.7.5@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257"; + image = "traefik:v3.7.5@sha256:e4d98158c01ad752fc1071d4e9573788747230d902cdde00a772516e692d07c9"; cmd = [ "--providers.docker=true" "--providers.docker.exposedByDefault=false" diff --git a/modules/traefik.nix b/modules/traefik.nix index 1709d0b..16d6d19 100644 --- a/modules/traefik.nix +++ b/modules/traefik.nix @@ -29,7 +29,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { traefik = { - image = "traefik:v3.7.5@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257"; + image = "traefik:v3.7.5@sha256:e4d98158c01ad752fc1071d4e9573788747230d902cdde00a772516e692d07c9"; cmd = [ "--providers.docker=true" "--providers.docker.endpoint=http://docker-socket-proxy:2375" From edd26dc18f729c4eeeadd7831dc46a036d0304d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2026 19:11:13 +0200 Subject: [PATCH 5/6] Migrate Renovate config (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/11 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 028c013..5a8f8cb 100644 --- a/renovate.json +++ b/renovate.json @@ -15,8 +15,8 @@ { "customType": "regex", "datasourceTemplate": "docker", - "fileMatch": [ - ".+\\.nix$" + "managerFilePatterns": [ + "/.+\\.nix$/" ], "matchStrings": [ "\\s+image\\s+=\\s+\"(?.*?):(?.*?)(@(?sha256:[a-z0-9]{64}))?\"" From ff3eda5e03a9ec78c03e46d21b4b6cbaec6be850 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Jun 2026 22:20:30 +0200 Subject: [PATCH 6/6] Update netbirdio/dashboard Docker tag to v2.90.0 --- modules/netbird-docker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/netbird-docker.nix b/modules/netbird-docker.nix index a608c3f..dc8ae16 100644 --- a/modules/netbird-docker.nix +++ b/modules/netbird-docker.nix @@ -57,7 +57,7 @@ in { services.netbird.useRoutingFeatures = lib.mkDefault "server"; virtualisation.oci-containers.containers = { netbird-dashboard = { - image = "netbirdio/dashboard:v2.39.0"; + image = "netbirdio/dashboard:v2.90.0"; autoStart = true; networks = [ "traefik"