Install offlineimap
This commit is contained in:
parent
b2b874ac6f
commit
3c5b875c5b
2 changed files with 35 additions and 0 deletions
|
@ -66,6 +66,40 @@ in
|
||||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.offlineimap.enable = false;
|
||||||
|
xdg.configFile."offlineimap/config".text = ''
|
||||||
|
[general]
|
||||||
|
accounts = tu-bs,mailbox
|
||||||
|
|
||||||
|
[Account tu-bs]
|
||||||
|
localrepository = tu-bs-local
|
||||||
|
remoterepository = tu-bs-remote
|
||||||
|
|
||||||
|
[Repository tu-bs-local]
|
||||||
|
type = Maildir
|
||||||
|
localfolders = ~/lib/backup/y0067212@tu-bs.de
|
||||||
|
|
||||||
|
[Repository tu-bs-remote]
|
||||||
|
type = IMAP
|
||||||
|
remotehost = mail.tu-braunschweig.de
|
||||||
|
remoteuser = y0067212
|
||||||
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
|
[Account mailbox]
|
||||||
|
localrepository = mailbox-local
|
||||||
|
remoterepository = mailbox-remote
|
||||||
|
|
||||||
|
[Repository mailbox-local]
|
||||||
|
type = Maildir
|
||||||
|
localfolders = ~/lib/backup/mailbox.org
|
||||||
|
|
||||||
|
[Repository mailbox-remote]
|
||||||
|
type = IMAP
|
||||||
|
remotehost = imap.mailbox.org
|
||||||
|
remoteuser = dadada@dadada.li
|
||||||
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||||
|
'';
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -89,6 +89,7 @@ with pkgs; [
|
||||||
nmap
|
nmap
|
||||||
nmon
|
nmon
|
||||||
obs-studio
|
obs-studio
|
||||||
|
offlineimap
|
||||||
openscad
|
openscad
|
||||||
openssl
|
openssl
|
||||||
p7zip
|
p7zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue