New beacon config, redone passwords

This commit is contained in:
2026-07-25 11:45:17 +03:00
parent 59c05832b1
commit 6e0f938e65
10 changed files with 155 additions and 6 deletions
+3 -3
View File
@@ -45,14 +45,14 @@
// {
address = "anerisgreat@gmail.com";
userName = "anerisgreat";
passwordCommand = "pass gmail.com/mbsync-anerisgreat";
passwordCommand = "pass mbsync/anerisgreat@gmail.com | head -1";
};
bgu =
default_gmail_params
// {
address = "anerz@post.bgu.ac.il";
userName = "anerz@post.bgu.ac.il";
passwordCommand = "pass post.bgu.ac.il/mbsync-anerz";
passwordCommand = "pass mbsync/anerz@post.bgu.ac.il | head -1";
};
zakobar =
default_account_params
@@ -68,7 +68,7 @@
port = 587;
host = "mail.privateemail.com";
};
passwordCommand = "pass zakobar.com/mail/aner";
passwordCommand = "pass privateemail.com | head -1";
};
};
};