diff options
author | 2020-01-23 17:54:56 -0500 | |
---|---|---|
committer | 2020-01-23 17:54:56 -0500 | |
commit | 08e339fc874faba99ee8bf0c21a966c88cd62923 (patch) | |
tree | fabdea0499f9f6eb82ffed14f5f0147b8161c0c5 /.config | |
parent | a225edd9cbe2a14e8461bc64bb78ab3bf8fbefb1 (diff) | |
download | configs-08e339fc874faba99ee8bf0c21a966c88cd62923.tar.gz configs-08e339fc874faba99ee8bf0c21a966c88cd62923.tar.xz configs-08e339fc874faba99ee8bf0c21a966c88cd62923.zip |
update some more bandali references to mab
Diffstat (limited to '')
-rw-r--r-- | .config/getmail/getmailrc | 2 | ||||
-rw-r--r-- | .config/guix/channels.scm | 9 | ||||
-rw-r--r-- | .config/isync/mbsyncrc | 2 |
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 |