Use nixhelm repo, add tailscale to autodeploy

This commit is contained in:
Greg Hellings
2025-09-11 21:39:53 -05:00
parent 5992fa86c0
commit 52189eff57
4 changed files with 53 additions and 7 deletions
+7
View File
@@ -21,6 +21,9 @@
btc = {
url = "github:fort-nix/nix-bitcoin/release";
};
charts = {
url = "github:nix-community/nixhelm";
};
darwin = {
url = "github:lnl7/nix-darwin/master";
inputs.nixpkgs.follows = "nixunstable";
@@ -63,8 +66,12 @@
pkgs = prev;
})
);
charts_overlay = (
_f: _p: { inherit (top) chartsMetadata; }
);
overlays = [
top.agenix.overlays.default
charts_overlay
local_overlay
packages_overlay
top.nurpkgs.overlays.default