12 lines
147 B
Nix
12 lines
147 B
Nix
{
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
services.SystemdJournal2Gelf = {
|
|
graylogServer = "graylog-tofu.incus:12201";
|
|
enable = true;
|
|
};
|
|
}
|