Compare commits

..

No commits in common. "bf10c236a32599c646e98170a814366d93f6f93f" and "6d8dc4c879f123262fe92f6a4c889d6d43bc069f" have entirely different histories.

3 changed files with 0 additions and 20 deletions

View file

@ -46,7 +46,6 @@ in
containers.browsers = {
autoStart = true;
ephemeral = true;
restartIfChanged = false;
bindMounts = lib.mkMerge [
{

View file

@ -1,19 +0,0 @@
# Davmail
## Update refresh token
Stop current `davmail.service` and clone properties to a temp file
```sh
sudo systemctl stop davmail.service
cat $(sudo systemctl cat davmail.service | awk '/ExecStart=/ { print $2; }') > /tmp/davmail.properties
```
Start davmail manually
```sh
davmail /tmp/davmail.properties
```
Open renew link in the browser and copy `refreshToken` from
`/tmp/davmail.properties`

Binary file not shown.