hosts: nixos: porthos: services: enable vikunja
Trying it out again.
This reverts commit 1807b8b88c
.
This commit is contained in:
parent
bcdbe45558
commit
330402d335
|
@ -147,6 +147,14 @@ in
|
|||
enable = true;
|
||||
credentialsFile = secrets."transmission/credentials".path;
|
||||
};
|
||||
# Self-hosted todo app
|
||||
vikunja = {
|
||||
enable = true;
|
||||
mail = {
|
||||
enable = true;
|
||||
configFile = secrets."vikunja/mail".path;
|
||||
};
|
||||
};
|
||||
# Simple, in-kernel VPN
|
||||
wireguard = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue