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 5 additions and 4 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 = {

Binary file not shown.

BIN
flake.nix

Binary file not shown.

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 {