rolled back alpha4 update

This commit is contained in:
Nickiel12 2024-02-17 12:56:15 -08:00
parent 02b27c9f40
commit 9fd91b0f68
3 changed files with 6 additions and 5 deletions

View file

@ -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"
}
},

View file

@ -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";

View file

@ -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;