test out tailscale

This commit is contained in:
Kopatz
2025-10-27 18:32:41 +01:00
parent 89828cfe64
commit d169c36868
5 changed files with 32 additions and 2 deletions

View File

@@ -64,6 +64,24 @@
};
};
# https://github.com/juanfont/headscale/blob/main/config-example.yaml
#networking.firewall.allowedTCPPorts = [ 8080 ];
#services.headscale = {
# enable = true;
# address = "0.0.0.0";
# settings = {
# server_url = "http://0.0.0.0:8080";
# logtail.enable = false;
# dns = {
# base_domain = "kopatz.dev";
# override_local_dns = false;
# };
# };
#};
#environment.systemPackages = with pkgs; [
# headscale
#];
#fileSystems."/" = {
# device = "/dev/disk/by-label/nixos";
# fsType = "ext4";