Use nixhelm repo, add tailscale to autodeploy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user