Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure

This commit is contained in:
Vivian 2023-06-10 12:23:24 +02:00
commit fedaf50a6e
4 changed files with 24 additions and 13 deletions

View file

@ -79,6 +79,13 @@ in {
sessionVariables = { DIRENV_LOG_FORMAT = ""; };
};
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
};
# Syncthing
services.syncthing.enable = true;
xdg.userDirs = let home = config.home.homeDirectory;

View file

@ -75,6 +75,10 @@ in {
hashedPasswordFile = "${vs.mailserver}/vaultwarden@0x76.dev";
sendOnly = true;
};
"snapraid@0x76.dev" = {
hashedPasswordFile = "${vs.mailserver}/snapraid@0x76.dev";
sendOnly = true;
};
};
indexDir = "/var/lib/dovecot/indices";