refactor: aquamarine - enable tailscale

This commit is contained in:
Ryan Yin
2025-09-18 22:36:34 +08:00
parent 95abfef3a9
commit 0c6e5dc32e
9 changed files with 111 additions and 84 deletions

View File

@@ -0,0 +1,15 @@
{
# Network discovery on a local network, mDNS
# With this enabled, you can access your machine at <hostname>.local
# it's more convenient than using the IP address.
# https://avahi.org/
services.avahi = {
enable = true;
nssmdns4 = true;
publish = {
enable = true;
domain = true;
userServices = true;
};
};
}