fix paths for mbsync
This commit is contained in:
parent
a17948fc32
commit
02c23ecd79
2 changed files with 8 additions and 17 deletions
|
@ -44,15 +44,6 @@
|
|||
uid = 1000;
|
||||
};
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# factorio
|
||||
element-desktop
|
||||
discord
|
||||
spotify
|
||||
];
|
||||
|
||||
services.emacs.defaultEditor = false;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
@ -8,8 +8,8 @@ SSLType IMAPS
|
|||
|
||||
MaildirStore mail@oxapentane.com-local
|
||||
Subfolders Verbatim
|
||||
Path /home/grue/mail/mail@oxapentane.com/
|
||||
Inbox /home/grue/mail/mail@oxapentane.com/INBOX
|
||||
Path /home/0xa/mail/mail@oxapentane.com/
|
||||
Inbox /home/0xa/mail/mail@oxapentane.com/INBOX
|
||||
|
||||
Channel mail@oxapentane.com
|
||||
Expunge Both
|
||||
|
@ -33,8 +33,8 @@ SSLType IMAPS
|
|||
|
||||
MaildirStore grigory@shipunov.xyz-local
|
||||
Subfolders Verbatim
|
||||
Path /home/grue/mail/grigory@shipunov.xyz/
|
||||
Inbox /home/grue/mail/grigory@shipunov.xyz/INBOX
|
||||
Path /home/0xa/mail/grigory@shipunov.xyz/
|
||||
Inbox /home/0xa/mail/grigory@shipunov.xyz/INBOX
|
||||
|
||||
Channel grigory@shipunov.xyz
|
||||
Expunge Both
|
||||
|
@ -58,8 +58,8 @@ SSLType IMAPS
|
|||
|
||||
MaildirStore dump@dvb.solutions-local
|
||||
Subfolders Verbatim
|
||||
Path /home/grue/mail/dump@dvb.solutions/
|
||||
Inbox /home/grue/mail/dump@dvb.solutions/INBOX
|
||||
Path /home/0xa/mail/dump@dvb.solutions/
|
||||
Inbox /home/0xa/mail/dump@dvb.solutions/INBOX
|
||||
|
||||
Channel dump@dvb.solutions
|
||||
Expunge Both
|
||||
|
@ -82,8 +82,8 @@ SSLType IMAPS
|
|||
|
||||
MaildirStore grigory@tlm.solutions-local
|
||||
Subfolders Verbatim
|
||||
Path /home/grue/mail/grigory@tlm.solutions/
|
||||
Inbox /home/grue/mail/grigory@tlm.solutions/INBOX
|
||||
Path /home/0xa/mail/grigory@tlm.solutions/
|
||||
Inbox /home/0xa/mail/grigory@tlm.solutions/INBOX
|
||||
|
||||
Channel grigory@tlm.solutions
|
||||
Expunge Both
|
||||
|
|
Loading…
Add table
Reference in a new issue