From e5e91363f2e78ce03db740ea80d01c832bc51b7b Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 15 Apr 2022 20:05:41 +0200 Subject: [PATCH 1/2] Reconnected to VPN --- machines/newton/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/newton/default.nix b/machines/newton/default.nix index 6766f65..d14abbe 100644 --- a/machines/newton/default.nix +++ b/machines/newton/default.nix @@ -48,7 +48,7 @@ in peers = [ { allowedIPs = [ "10.100.0.0/24" ]; - publicKey = "hz+h9Oque5h+Y/WzOUnai3e9UfIfDsvtqmQH0xycIzs="; + publicKey = "oYsN1Qy+a7dwVOKapN5s5KJOmhSflLHZqh+GLMeNpHw="; endpoint = "212.129.40.11:51820"; persistentKeepalive = 25; } From c17cdbb53ac3d598f7a9063e37a46e7a467259f8 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 15 Apr 2022 20:36:19 +0200 Subject: [PATCH 2/2] Fixed neomutt not filtering bc --- home-manager-modules/mails/neomuttrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager-modules/mails/neomuttrc b/home-manager-modules/mails/neomuttrc index 585ea71..6ce0b2b 100644 --- a/home-manager-modules/mails/neomuttrc +++ b/home-manager-modules/mails/neomuttrc @@ -33,9 +33,10 @@ set sidebar_short_path = yes set timeout=10 set mail_check=10 -virtual-mailboxes "Inbox" "notmuch://?query=tag:inbox and NOT tag:dg and NOT tag:cof and NOT tag:fanfare and NOT tag:kfet and NOT tag:chefs" +virtual-mailboxes "Inbox" "notmuch://?query=tag:inbox and NOT tag:dg and NOT tag:cof and NOT tag:fanfare and NOT tag:kfet and NOT tag:chefs and NOT tag:bc" virtual-mailboxes "K-FĂȘt" "notmuch://?query=tag:kfet" virtual-mailboxes "Chefs" "notmuch://?query=tag:chefs" +virtual-mailboxes "Bilan Carbone" "notmuch://?query=tag:bc" virtual-mailboxes "DG" "notmuch://?query=tag:dg and NOT tag:externement and NOT tag:fermeture and NOT tag:malle and NOT tag:situation and NOT tag:thurnage" virtual-mailboxes "Externements" "notmuch://?query=tag:externement" virtual-mailboxes "Fermeture" "notmuch://?query=tag:fermeture"