diff --git a/flake.lock b/flake.lock index c2fa87e..16726c4 100644 --- a/flake.lock +++ b/flake.lock @@ -212,17 +212,17 @@ ] }, "locked": { - "lastModified": 1707988981, - "narHash": "sha256-8qsm0OGAwKtGwMm3g4jUxhOLH9v9YS7iTi+JoMtvMc0=", + "lastModified": 1705595425, + "narHash": "sha256-oNlCsosFl+ZsStSrEXk5SmirJCjc3H+Jr7Ro0C8EQ5U=", "owner": "juanfont", "repo": "headscale", - "rev": "c42f25bd72e8b8d740af6c7cc4410507fc686b7e", + "rev": "1e22f17f36f8c13185dff269e6a00424b49b9568", "type": "github" }, "original": { "owner": "juanfont", "repo": "headscale", - "rev": "c42f25bd72e8b8d740af6c7cc4410507fc686b7e", + "rev": "1e22f17f36f8c13185dff269e6a00424b49b9568", "type": "github" } }, diff --git a/flake.nix b/flake.nix index f3567a9..873e8f4 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }; headscale = { # url = "github:kradalby/headscale/bbb4c357268998fd02780b7f8f2013f76e3ab80a"; - url = "github:juanfont/headscale/c42f25bd72e8b8d740af6c7cc4410507fc686b7e"; + url = "github:juanfont/headscale/1e22f17f36f8c13185dff269e6a00424b49b9568"; # url = "github:juanfont/headscale"; # Real repo inputs."flake-utils".follows = "utils"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/hosts/Alaska/modules/headscale.nix b/hosts/Alaska/modules/headscale.nix index fee39b9..c5b925d 100644 --- a/hosts/Alaska/modules/headscale.nix +++ b/hosts/Alaska/modules/headscale.nix @@ -22,6 +22,7 @@ in { port = 8082; settings = { server_url = "https://${domain}"; + # database.type = "sqlite"; dns_config = { base_domain = baseDomain; extra_records = tailscale_dns_entries;