disable mullvad, add thunar

This commit is contained in:
atagen 2023-05-29 14:47:09 +10:00
parent be69cd72f6
commit 0442a88d08
5 changed files with 38 additions and 34 deletions

View file

@ -145,21 +145,21 @@
# services.mullvad-vpn.enable = true;
networking.wg-quick.interfaces = {
mullvad = {
address = ["10.67.227.64/32"];
dns = ["10.64.0.1"];
privateKey = "OOPAlePjy7x2DVpg6d7BoBqpST3lDJSYght185tSUl8=";
peers = [
{
publicKey = "LXuRwa9JRTt2/UtldklKGlj/IVLORITqgET4II4DRkU=";
allowedIPs = ["0.0.0.0/0"];
endpoint = "146.70.200.194:51820";
persistentKeepalive = 25;
}
];
};
};
# networking.wg-quick.interfaces = {
# mullvad = {
# address = ["10.67.227.64/32"];
# dns = ["10.64.0.1"];
# privateKey = "OOPAlePjy7x2DVpg6d7BoBqpST3lDJSYght185tSUl8=";
# peers = [
# {
# publicKey = "LXuRwa9JRTt2/UtldklKGlj/IVLORITqgET4II4DRkU=";
# allowedIPs = ["0.0.0.0/0"];
# endpoint = "146.70.200.194:51820";
# persistentKeepalive = 25;
# }
# ];
# };
# };
networking.firewall.enable = true;
networking.firewall = {