Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure
This commit is contained in:
commit
fedaf50a6e
4 changed files with 24 additions and 13 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue