From 8c3ada3cdb868150be288223b9524fb152db26bc Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 14 Oct 2025 18:12:15 +0530 Subject: feat(os/kay): init headscale --- flake.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ec6258d..cb746da 100644 --- a/flake.nix +++ b/flake.nix @@ -6,6 +6,11 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*"; + headplane = { + url = "github:tale/headplane"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -31,6 +36,7 @@ nixos-hardware, alina, determinate, + headplane, }: let lib = nixpkgs.lib; @@ -69,6 +75,12 @@ ./os/${host}/configuration.nix sops-nix.nixosModules.sops home-manager.nixosModules.home-manager + + headplane.nixosModules.headplane + { + # provides `pkgs.headplane` + nixpkgs.overlays = [ headplane.overlays.default ]; + } ]; }); -- cgit v1.2.3