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

View file

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

View file

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

View file

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