feat(headscale): lock input
All checks were successful
Discord / discord commits (push) Has been skipped

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

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -72,6 +72,8 @@ let
headscale = mkDep {
owner = "juanfont";
repo = "headscale";
# Keep at working rev while away from servers
rev = "022fb24cd92035470496d50d86bf8c9ee74b1e7e";
};
caddy-plugins = mkDep {