mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
Merge branch 'main' of github.com:JulienMalka/nix-config
This commit is contained in:
commit
d0f691d3d6
2 changed files with 3 additions and 2 deletions
|
@ -33,9 +33,10 @@ set sidebar_short_path = yes
|
||||||
|
|
||||||
set timeout=10
|
set timeout=10
|
||||||
set mail_check=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 "K-Fêt" "notmuch://?query=tag:kfet"
|
||||||
virtual-mailboxes "Chefs" "notmuch://?query=tag:chefs"
|
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 "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 "Externements" "notmuch://?query=tag:externement"
|
||||||
virtual-mailboxes "Fermeture" "notmuch://?query=tag:fermeture"
|
virtual-mailboxes "Fermeture" "notmuch://?query=tag:fermeture"
|
||||||
|
|
|
@ -48,7 +48,7 @@ in
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
allowedIPs = [ "10.100.0.0/24" ];
|
allowedIPs = [ "10.100.0.0/24" ];
|
||||||
publicKey = "hz+h9Oque5h+Y/WzOUnai3e9UfIfDsvtqmQH0xycIzs=";
|
publicKey = "oYsN1Qy+a7dwVOKapN5s5KJOmhSflLHZqh+GLMeNpHw=";
|
||||||
endpoint = "212.129.40.11:51820";
|
endpoint = "212.129.40.11:51820";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue