projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove ivy, related packages, and my configs for it
[~bandali/configs]
/
.config
/
guix
/
system
/
chaman.scm
diff --git
a/.config/guix/system/chaman.scm
b/.config/guix/system/chaman.scm
index
6a60e11
..
7d9f13b
100644
(file)
--- a/
.config/guix/system/chaman.scm
+++ b/
.config/guix/system/chaman.scm
@@
-40,9
+40,9
@@
%base-file-systems))
(users
(cons* (user-account
%base-file-systems))
(users
(cons* (user-account
- (name "
mab
")
+ (name "
bandali
")
(group "users")
(group "users")
- (home-directory "/home/
mab
")
+ (home-directory "/home/
bandali
")
(supplementary-groups
'("wheel" "netdev" "audio" "video")))
%base-user-accounts))
(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"))
(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")
(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")))))))
(passdbs (list (passdb-configuration
(driver "passwd-file")
(args (list "/data/dovecot-passwd")))))))