backup mail and fzf

This commit is contained in:
Kopatz
2025-09-14 19:08:35 +02:00
parent 87325a81d7
commit 2ea08b7a20
4 changed files with 15 additions and 4 deletions

View File

@@ -50,12 +50,13 @@
let
kavita = "/data/kavita";
gitolite = "/var/lib/gitolite";
mail = "/data/vmail";
syncthing = [ "/data/synced/default/" "/data/synced/work_drive/" ];
syncthingFull = syncthing
++ [ "/data/synced/fh/" "/data/synced/books/" ];
backupPathsSmall = [ "/home" gitolite ] ++ syncthing;
backupPathsMedium = [ "/home" gitolite ] ++ syncthing;
backupPathsFull = [ "/home" kavita gitolite ] ++ syncthingFull;
backupPathsSmall = [ "/home" gitolite mail ] ++ syncthing;
backupPathsMedium = [ "/home" gitolite mail ] ++ syncthing;
backupPathsFull = [ "/home" kavita gitolite mail ] ++ syncthingFull;
in
{
enable = true;

View File

@@ -1,5 +1,6 @@
{ config, lib, pkgs, ... }:
let
# create hash -> dovecot -O pw
tmp_dovecot_passwords = "kopatz:{CRYPT}$2y$05$jqBkvhJ0e439J0PLhef4leOGc3GACGH83kSDCrvmAcsdz68tELkA6:5000:5000::/home/kopatz";
email-domain = "mail.detschn.net";
in