HomeVPN: Add feature to automatically enable tailscale and set custom DNS nameserver

This commit is contained in:
2026-04-03 11:34:29 +02:00
parent 5d4e3982ee
commit fc58b0ad29
3 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
flake.modules.nixos.resolved = {
services.resolved.enable = true;
networking.networkmanager.dns = "systemd-resolved";
};
}