fix: remove dns option from wireguard config (not a valid nixos option)
This commit is contained in:
@@ -66,7 +66,6 @@
|
|||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
dns = [ "1.1.1.1" "8.8.8.8" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user