Add kotori module

This commit is contained in:
Maciej Jur 2024-04-07 00:38:51 +02:00
parent c34fa1674f
commit f7e2f579d6
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD

View file

@ -10,7 +10,7 @@
containers = {
kotori = {
image = "kamov/kotori:latest";
environmentFiles = [ /root/secrets/kotori.env ];
environmentFiles = [ /root/.secrets/kotori.env ];
autoStart = true;
};
};