Compare commits

..

1 Commits

Author SHA1 Message Date
92d5062992 Re-update nixpkgs
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 51m39s
2024-07-15 20:59:20 +01:00
2 changed files with 6 additions and 8 deletions

6
flake.lock generated
View File

@ -648,11 +648,11 @@
},
"nixpkgs-mine": {
"locked": {
"lastModified": 1721079763,
"narHash": "sha256-mlzukvwgiBm9Q8BedrZagnTcsDTXYKaFCf38KiSrsMc=",
"lastModified": 1721073493,
"narHash": "sha256-blBEIVq3lQHZK1Q4RD5E00+5iDR7k0JHd/yNNuMevWg=",
"owner": "devplayer0",
"repo": "nixpkgs",
"rev": "b4cd56e5afee2cec3e1feca912680539cbb51403",
"rev": "98391b2a7d9dff1e92140352588987049745f080",
"type": "github"
},
"original": {

View File

@ -46,12 +46,10 @@ in
disable_check_updates = true;
unix_socket_permission = "0770";
server_url = "https://ts.${pubDomain}";
database = {
type = "sqlite3";
sqlite.path = "/var/lib/headscale/db.sqlite3";
};
db_type = "sqlite3";
db_path = "/var/lib/headscale/db.sqlite3";
noise.private_key_path = "/var/lib/headscale/noise_private.key";
prefixes = with lib.my.c.tailscale.prefix; { inherit v4 v6; };
ip_prefixes = with lib.my.c.tailscale.prefix; [ v4 v6 ];
dns_config = {
# Use IPs that will route inside the VPN to prevent interception
# (e.g. DNS rebinding filtering)