hostconfig/fabrial: Forward davmail to the VM

This commit is contained in:
traxys 2026-03-05 16:34:05 +01:00
parent 17d80d9636
commit cc60abc181

View file

@ -464,6 +464,20 @@ in
};
};
systemd.user.services.ssh-vm = {
Unit.Description = "SSH tunnel to the VM";
Service = {
ExecStart = "/usr/bin/ssh -o 'ServerAliveInterval=10' -NT vm -R 1025:localhost:1025";
RestartSec = 5;
Restart = "always";
};
Install = {
WantedBy = [ "default.target" ];
};
};
systemd.user.services.notmuch-new = {
Unit = {
Description = "notmuch synchronization";