flake: update to nixos stable 25.11

This commit is contained in:
wo2wz 2025-11-30 19:49:01 -05:00
parent ef89338871
commit 432d424167
9 changed files with 46 additions and 43 deletions

View file

@ -20,12 +20,12 @@
caddy = {
enable = true;
# use unstable for caddy-tailscale
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.caddy.withPlugins {
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.stdenv.hostPlatform.system}.caddy.withPlugins {
plugins = [
"github.com/WeidiDeng/caddy-cloudflare-ip@v0.0.0-20231130002422-f53b62aa13cb"
"github.com/tailscale/caddy-tailscale@v0.0.0-20251102144943-aea8960a2d3c"
"github.com/tailscale/caddy-tailscale@v0.0.0-20251117033914-662ef34c64b1"
];
hash = "sha256-PVYV9aNVP6CGvoyq3DaChSCkaXGPaCpfSD4SnSNlcEc=";
hash = "sha256-4A61SjbnaQNVbbhfGsr+WUtpmm1YGY1n0wjfDdrcYWg=";
};
environmentFile = config.sops.secrets."caddy/secrets.env".path;