hosts: nixos: porthos: services: enable vikunja
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
30d01972b2
commit
e68ae26609
|
@ -141,6 +141,14 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
credentialsFile = secrets."transmission/credentials".path;
|
credentialsFile = secrets."transmission/credentials".path;
|
||||||
};
|
};
|
||||||
|
# Self-hosted todo app
|
||||||
|
vikunja = {
|
||||||
|
enable = true;
|
||||||
|
mail = {
|
||||||
|
enable = true;
|
||||||
|
configFile = secrets."vikunja/mail".path;
|
||||||
|
};
|
||||||
|
};
|
||||||
# Simple, in-kernel VPN
|
# Simple, in-kernel VPN
|
||||||
wireguard = {
|
wireguard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue