Skip to content

Commit

Permalink
chore: remove headscale
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Aug 26, 2024
1 parent 0759094 commit 94415b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
2 changes: 2 additions & 0 deletions hosts/vulpes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
environment.systemPackages = with pkgs; [
curl
htop
tmux
wget
git
hysteria
helix
];

Expand Down
21 changes: 0 additions & 21 deletions hosts/vulpes/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,4 @@
openssh.enable = true;

tailscale.enable = true;

headscale = {
enable = true;
address = "0.0.0.0";
port = 443;
settings = {
randomize_client_port = true;
ip_prefixes = [
"fd7a:115c:a1e0::/48"
"100.64.0.0/10"
];
server_url = "https://vulpes.ocfox.me";
tls_letsencrypt_hostname = "vulpes.ocfox.me";
tls_letsencrypt_challenge_type = "TLS-ALPN-01";
dns_config = {
override_local_dns = false;
base_domain = "ocfox.me";
};
};
};

}

0 comments on commit 94415b6

Please sign in to comment.