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 40 additions and 8 deletions

40
flake.lock generated
View file

@ -360,6 +360,24 @@
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flakegen": {
"inputs": {
"systems": [
@ -473,9 +491,7 @@
},
"headscale": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
@ -491,6 +507,7 @@
"original": {
"owner": "juanfont",
"repo": "headscale",
"rev": "022fb24cd92035470496d50d86bf8c9ee74b1e7e",
"type": "github"
}
},
@ -1568,7 +1585,7 @@
"sioyek-theme-src": "sioyek-theme-src",
"sops-nix": "sops-nix",
"subsync": "subsync",
"systems": "systems",
"systems": "systems_2",
"trash-d-src": "trash-d-src",
"ts-for-gir-src": "ts-for-gir-src",
"vimplugin-easytables-src": "vimplugin-easytables-src",
@ -1692,6 +1709,21 @@
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1689347949,
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",

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 = {

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 {