refactor: move email module to user b12f

This commit is contained in:
Benjamin Bädorf 2023-11-09 14:11:27 +01:00
parent eb1a5a0a3f
commit 3c102a879c
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346
22 changed files with 5 additions and 3 deletions

View file

@ -12,7 +12,6 @@
self.nixosModules.bluetooth
self.nixosModules.desktop-extended
self.nixosModules.docker
self.nixosModules.email
self.nixosModules.graphical
self.nixosModules.nextcloud
self.nixosModules.office
@ -31,7 +30,6 @@
self.nixosModules.audio
self.nixosModules.desktop-extended
self.nixosModules.docker
self.nixosModules.email
self.nixosModules.gaming
self.nixosModules.graphical
self.nixosModules.nextcloud

View file

@ -14,7 +14,6 @@
ddclient = import ./ddclient;
desktop-extended = import ./desktop-extended;
docker = import ./docker;
email = import ./email;
gaming = import ./gaming;
graphical = import ./graphical;
invoiceplane = import ./invoiceplane;

View file

@ -12,6 +12,7 @@ in {
./home.nix
./session-variables.nix
./concepts-and-training.nix
./email
];
config = {

View file

@ -44,9 +44,11 @@ localfolders = ~/Mail/admins@pub.solar
[Repository RemoteAdminsPubSolar]
type = IMAP
remotehost = mx2.greenbaum.cloud
remoteport = 993
remoteuser = admins@pub.solar
remotepasseval = get_secret("service", "smtp", "host", "mail.greenbaum.cloud", "user", "admins@pub.solar")
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
ssl = yes
[Account CrewPubSolar]
localrepository = LocalCrewPubSolar
@ -59,9 +61,11 @@ localfolders = ~/Mail/crew@pub.solar
[Repository RemoteCrewPubSolar]
type = IMAP
remotehost = mx2.greenbaum.cloud
remoteport = 993
remoteuser = crew@pub.solar
remotepasseval = get_secret("service", "smtp", "host", "mail.greenbaum.cloud", "user", "crew@pub.solar")
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
ssl = yes
[Account b12f]
localrepository = Localb12f