feat(headscale): lock input

This commit is contained in:
matt1432 2024-08-16 14:01:07 -04:00
parent 2b9805c47f
commit e79238f15f
3 changed files with 40 additions and 8 deletions

View file

@ -102,12 +102,10 @@
type = "github";
};
headscale = {
inputs = {
flake-utils.follows = "flake-utils";
nixpkgs.follows = "nixpkgs";
};
inputs.nixpkgs.follows = "nixpkgs";
owner = "juanfont";
repo = "headscale";
rev = "022fb24cd92035470496d50d86bf8c9ee74b1e7e";
type = "github";
};
home-manager = {