services: setup fava service

This commit is contained in:
Antoine Martin 2021-08-07 15:19:45 +02:00
parent 38672b1a5f
commit bd5aa2cef5
3 changed files with 89 additions and 0 deletions

View file

@ -75,6 +75,12 @@ in
enable = true;
};
fava = {
enable = true;
port = 8084;
filePath = "accounts/current.beancount";
};
gitea = {
enable = true;
privatePort = 8082;