chore(headscale): bump from working rev to 0.23.0
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-20 23:09:28 -04:00
parent 41707ac4ae
commit 4558136f86
4 changed files with 10 additions and 9 deletions

View file

@ -52,7 +52,7 @@ in {
private_key_path = "/var/lib/headscale/private.key"; private_key_path = "/var/lib/headscale/private.key";
noise.private_key_path = "/var/lib/headscale/noise_private.key"; noise.private_key_path = "/var/lib/headscale/noise_private.key";
dns_config = let dns = let
caddyIp = caddyIp =
if hostName == "thingone" if hostName == "thingone"
then "100.64.0.8" then "100.64.0.8"
@ -60,7 +60,7 @@ in {
in { in {
magic_dns = false; magic_dns = false;
override_local_dns = true; override_local_dns = true;
nameservers = [caddyIp]; nameservers.global = [caddyIp];
}; };
log = { log = {

View file

@ -513,17 +513,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1723457519, "lastModified": 1726648988,
"narHash": "sha256-ZrgG8KZlP9Wn3hQwco2IWA2emlqisC9kOe48eVK1uzQ=", "narHash": "sha256-5tlnVNpn+hJayxHjTpbOO3kRInOYOFz0pe9pwjXZlBE=",
"owner": "juanfont", "owner": "juanfont",
"repo": "headscale", "repo": "headscale",
"rev": "022fb24cd92035470496d50d86bf8c9ee74b1e7e", "rev": "10a72e8d542af68c0c280f2a6ccc84849719b24c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "juanfont", "owner": "juanfont",
"ref": "v0.23.0",
"repo": "headscale", "repo": "headscale",
"rev": "022fb24cd92035470496d50d86bf8c9ee74b1e7e",
"type": "github" "type": "github"
} }
}, },

View file

@ -119,8 +119,8 @@
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
}; };
owner = "juanfont"; owner = "juanfont";
ref = "v0.23.0";
repo = "headscale"; repo = "headscale";
rev = "022fb24cd92035470496d50d86bf8c9ee74b1e7e";
type = "github"; type = "github";
}; };
home-manager = { home-manager = {

View file

@ -56,11 +56,12 @@ let
repo = "nixos-pcsd"; repo = "nixos-pcsd";
}; };
# FIXME: use nixpkgs once this reaches unstable
# https://github.com/NixOS/nixpkgs/pull/340054
headscale = mkDep { headscale = mkDep {
owner = "juanfont"; owner = "juanfont";
repo = "headscale"; repo = "headscale";
# Keep at working rev while away from servers ref = "v0.23.0";
rev = "022fb24cd92035470496d50d86bf8c9ee74b1e7e";
}; };
caddy-plugins = mkDep { caddy-plugins = mkDep {