modules/monitoring: store local Journal in memory only
This commit is contained in:
parent
5f4891e228
commit
6bd99ff60e
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ in
|
|||
# same as remote loki port
|
||||
reservePortsFor = [ "loki" ];
|
||||
|
||||
services.journald.extraConfig = "Storage=volatile";
|
||||
|
||||
services.prometheus.exporters = {
|
||||
node = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue