Auto-commit: 2026-01-07 13:15:42

This commit is contained in:
2026-01-07 13:15:42 +00:00
parent a100df6827
commit c107f00dd9

View File

@@ -17,6 +17,14 @@
}; };
systemd.network.enable = true; systemd.network.enable = true;
services.resolved = {
enable = true;
fallbackDns = [
"2a07:a8c0::18:7be4"
"2a07:a8c1::18:7be4"
"79.198.199.184"
];
};
services.tailscale = { services.tailscale = {
enable = true; enable = true;
useRoutingFeatures = "both"; useRoutingFeatures = "both";