enable gelf loggin on all systems [deploy]
All checks were successful
/ check (push) Successful in 1m15s
/ deploy (push) Successful in 1m30s

This commit is contained in:
Jermeiah S 2025-06-29 23:28:09 -04:00
parent 55a43c3c90
commit 83b5be577f
No known key found for this signature in database

View file

@ -0,0 +1,12 @@
{
lib,
config,
pkgs,
...
}:
{
services.SystemdJournal2Gelf = {
graylogServer = "graylog-tofu.incus:12201";
enable = true;
};
}