chore(headscale): bump from working rev to 0.23.0
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
41707ac4ae
commit
4558136f86
4 changed files with 5 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue