Compare commits

..

2 Commits

Author SHA1 Message Date
b7be45715e nixos/britway: Update headscale config 2024-07-15 22:58:49 +01:00
3522a7078b Re-update nixpkgs 2024-07-15 22:58:42 +01:00
2 changed files with 8 additions and 6 deletions
flake.lock
nixos/boxes/britway

6
flake.lock generated

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

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