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;
|
uid = 1000;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam.enable = true;
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
# factorio
|
|
||||||
element-desktop
|
|
||||||
discord
|
|
||||||
spotify
|
|
||||||
];
|
|
||||||
|
|
||||||
services.emacs.defaultEditor = false;
|
services.emacs.defaultEditor = false;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
|
@ -8,8 +8,8 @@ SSLType IMAPS
|
||||||
|
|
||||||
MaildirStore mail@oxapentane.com-local
|
MaildirStore mail@oxapentane.com-local
|
||||||
Subfolders Verbatim
|
Subfolders Verbatim
|
||||||
Path /home/grue/mail/mail@oxapentane.com/
|
Path /home/0xa/mail/mail@oxapentane.com/
|
||||||
Inbox /home/grue/mail/mail@oxapentane.com/INBOX
|
Inbox /home/0xa/mail/mail@oxapentane.com/INBOX
|
||||||
|
|
||||||
Channel mail@oxapentane.com
|
Channel mail@oxapentane.com
|
||||||
Expunge Both
|
Expunge Both
|
||||||
|
@ -33,8 +33,8 @@ SSLType IMAPS
|
||||||
|
|
||||||
MaildirStore grigory@shipunov.xyz-local
|
MaildirStore grigory@shipunov.xyz-local
|
||||||
Subfolders Verbatim
|
Subfolders Verbatim
|
||||||
Path /home/grue/mail/grigory@shipunov.xyz/
|
Path /home/0xa/mail/grigory@shipunov.xyz/
|
||||||
Inbox /home/grue/mail/grigory@shipunov.xyz/INBOX
|
Inbox /home/0xa/mail/grigory@shipunov.xyz/INBOX
|
||||||
|
|
||||||
Channel grigory@shipunov.xyz
|
Channel grigory@shipunov.xyz
|
||||||
Expunge Both
|
Expunge Both
|
||||||
|
@ -58,8 +58,8 @@ SSLType IMAPS
|
||||||
|
|
||||||
MaildirStore dump@dvb.solutions-local
|
MaildirStore dump@dvb.solutions-local
|
||||||
Subfolders Verbatim
|
Subfolders Verbatim
|
||||||
Path /home/grue/mail/dump@dvb.solutions/
|
Path /home/0xa/mail/dump@dvb.solutions/
|
||||||
Inbox /home/grue/mail/dump@dvb.solutions/INBOX
|
Inbox /home/0xa/mail/dump@dvb.solutions/INBOX
|
||||||
|
|
||||||
Channel dump@dvb.solutions
|
Channel dump@dvb.solutions
|
||||||
Expunge Both
|
Expunge Both
|
||||||
|
@ -82,8 +82,8 @@ SSLType IMAPS
|
||||||
|
|
||||||
MaildirStore grigory@tlm.solutions-local
|
MaildirStore grigory@tlm.solutions-local
|
||||||
Subfolders Verbatim
|
Subfolders Verbatim
|
||||||
Path /home/grue/mail/grigory@tlm.solutions/
|
Path /home/0xa/mail/grigory@tlm.solutions/
|
||||||
Inbox /home/grue/mail/grigory@tlm.solutions/INBOX
|
Inbox /home/0xa/mail/grigory@tlm.solutions/INBOX
|
||||||
|
|
||||||
Channel grigory@tlm.solutions
|
Channel grigory@tlm.solutions
|
||||||
Expunge Both
|
Expunge Both
|
||||||
|
|
Loading…
Add table
Reference in a new issue