summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/getmail/getmailrc2
-rw-r--r--.config/guix/channels.scm9
-rw-r--r--.config/isync/mbsyncrc2
3 files changed, 7 insertions, 6 deletions
diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc
index 8f14bea..5caed23 100644
--- a/.config/getmail/getmailrc
+++ b/.config/getmail/getmailrc
@@ -2,7 +2,7 @@
type = SimplePOP3SSLRetriever
server = fencepost.gnu.org
username = mab
-password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg")
+password_command = ("gpg", "--no-tty", "-q", "-d", "/home/mab/.passwd/gnu.gpg")
port = 995
use_apop = True
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm
index 61a3d36..ba69e32 100644
--- a/.config/guix/channels.scm
+++ b/.config/guix/channels.scm
@@ -1,7 +1,8 @@
(list (channel
(name 'guix)
- ;; (url "file:///home/bandali/src/git/guix")
- (url "https://git.savannah.gnu.org/git/guix.git"))
+ ;; (url "file:///home/mab/src/git/guix")
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit "7357b3d7a52eb5db1674012c50d308d792741c48"))
(channel
- (name 'guix-bandali)
- (url "file:///home/bandali/src/git/guix-bandali")))
+ (name 'guix-mab)
+ (url "file:///home/mab/src/git/guix-mab")))
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc
index d348139..12e08e2 100644
--- a/.config/isync/mbsyncrc
+++ b/.config/isync/mbsyncrc
@@ -41,7 +41,7 @@ Account gnub
IMAPAccount gnub-local
Host 127.0.0.1
Port 143
-User bandali@gnu.local
+User mab@gnu.local
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub-local.gpg"
SSLType None