enable gelf loggin on all systems [deploy]
This commit is contained in:
parent
55a43c3c90
commit
83b5be577f
1 changed files with 12 additions and 0 deletions
12
modules/nixos/common/logs.nix
Normal file
12
modules/nixos/common/logs.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.SystemdJournal2Gelf = {
|
||||
graylogServer = "graylog-tofu.incus:12201";
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue