Update the home-manager new hash.

Added dynamic public IPv4 address updater to traefik.
This commit is contained in:
Root User 2026-03-03 10:42:04 +01:00
parent 6d11b57c61
commit 140935c120
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 143 additions and 1 deletions

View file

@ -6,7 +6,7 @@
}: let
home-manager = builtins.fetchTarball {
url = "https://github.com/nix-community/home-manager/archive/release-25.11.tar.gz";
sha256 = "1kqxy6r4ahnbazmpa4pncdp62najdikdaw8hvrv8nl6qxvbmf9fy";
sha256 = "8C+y46xA9bxcchj9GeDPJaRUDApaA3sy2fhJr1bTbUw=";
};
cfg = config.services.forgejo;
srv = cfg.settings.server;