diff options
author | Amin Bandali <bandali@gnu.org> | 2020-03-23 23:13:31 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-03-23 23:13:31 -0400 |
commit | 0a929da704e326009d8fb6cb70b07ea899442e7a (patch) | |
tree | 94c19c0e975f47daf59fea909b412ce5753d4d88 /.config/guix/system | |
parent | afdd47d0a0da2f2fef56da7c8c2cf538a8eda154 (diff) | |
download | configs-0a929da704e326009d8fb6cb70b07ea899442e7a.tar.gz configs-0a929da704e326009d8fb6cb70b07ea899442e7a.tar.xz configs-0a929da704e326009d8fb6cb70b07ea899442e7a.zip |
guix,getmail,emacs: update username and mail address
Diffstat (limited to '.config/guix/system')
-rw-r--r-- | .config/guix/system/chaman.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/guix/system/chaman.scm b/.config/guix/system/chaman.scm index 6a60e11..7d9f13b 100644 --- a/.config/guix/system/chaman.scm +++ b/.config/guix/system/chaman.scm @@ -40,9 +40,9 @@ %base-file-systems)) (users (cons* (user-account - (name "mab") + (name "bandali") (group "users") - (home-directory "/home/mab") + (home-directory "/home/bandali") (supplementary-groups '("wheel" "netdev" "audio" "video"))) %base-user-accounts)) @@ -66,11 +66,11 @@ (listen '("127.0.0.1")) (disable-plaintext-auth? #f) (auth-mechanisms '("plain")) - (postmaster-address "mab@gnu.local") - (mail-location "maildir:/home/mab/mail/%d/%n/mail") + (postmaster-address "bandali@gnu.local") + (mail-location "maildir:/home/bandali/mail/%d/%n/mail") (userdbs (list (userdb-configuration (driver "static") - (args (list "uid=mab" "gid=users" "home=/home/mab/mail/%d/%n"))))) + (args (list "uid=bandali" "gid=users" "home=/home/bandali/mail/%d/%n"))))) (passdbs (list (passdb-configuration (driver "passwd-file") (args (list "/data/dovecot-passwd"))))))) |