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
+4
View File
@@ -23,6 +23,10 @@
programs.gpg = {
enable = true;
};
programs.browserpass = {
enable = true;
browsers = ["chromium"];
};
services.gpg-agent = {
enable = true;
enableSshSupport = true;
+1 -1
View File
@@ -1,2 +1,2 @@
[*git.zakobar.com*]
target=zakobar.com/users/aner
target=zakobar.com
+1 -1
View File
@@ -152,7 +152,7 @@
(interactive)
(let* ((password (string-trim
(shell-command-to-string
(format "pass zakobar.com/users/%s" azos/lauretta/nextcloud-user))))
"pass zakobar.com | head -1")))
(url-http-real-basic-auth-storage
(list (list "nextcloud.zakobar.com:443"
(cons azos/lauretta/nextcloud-user password)))))
+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";
};
};
};