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";
|
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 = {
|
||||||
|
|
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";
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue