fix: remove dns option from wireguard config (not a valid nixos option)

This commit is contained in:
2026-05-05 03:26:17 +00:00
parent ee96593e3d
commit c53460c400

View File

@@ -66,7 +66,6 @@
persistentKeepalive = 25;
}
];
dns = [ "1.1.1.1" "8.8.8.8" ];
};
};