friendship ended with zerotier, now tailscale is my new best friend

This commit is contained in:
Xory 2025-12-29 14:39:37 +02:00
parent 0c556b9261
commit 1a75a5bcbc
2 changed files with 3 additions and 9 deletions

View file

@ -26,7 +26,6 @@
"/var/lib/nixos"
"/var/lib/libvirt"
"/var/lib/ollama-models"
"/var/lib/zerotier-one"
"/var/lib/flatpak"
"/var/lib/tailscale"
"/etc/NetworkManager/system-connections"
@ -70,10 +69,6 @@
shell = pkgs.zsh;
initialHashedPassword = "$6$JXLpG5JYMJgZndm9$0sC8uPJ99cYL.hNv3DFQ20ky8tiZoxioe9GlMEanTwAD99LJ175/bHtN6Bm6bYsQG1BVGRdmphnXEcWS9ApoK0";
};
# ZeroTier
services.zerotierone.enable = true;
services.zerotierone.joinNetworks = [ "b3ce837c63" "363c67c55a726a89" ];
# tailscale
services.tailscale.enable = true;