Get loki, prometheus, and promtail configured
First iteration
This commit is contained in:
parent
f15e36d635
commit
e3a54876ec
4 changed files with 228 additions and 1 deletions
|
@ -38,6 +38,14 @@
|
|||
enable = true;
|
||||
acmeCertName = "kilonull.com";
|
||||
};
|
||||
services.loki = {
|
||||
enable = true;
|
||||
acmeCertName = "kilonull.com";
|
||||
};
|
||||
services.promtail = {
|
||||
enable = true;
|
||||
acmeCertName = "kilonull.com";
|
||||
};
|
||||
services.syncoid = {
|
||||
# sudo -u backups zfs create -o mountpoint=/tank/backups/gospel tank/backups/gospel
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue