add monitoring to transmission

This commit is contained in:
Ingolf Wagner 2024-05-18 19:05:32 +02:00
parent b890a69e30
commit 67840babe4
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -23,8 +23,10 @@ in
};
};
config = { config, pkgs, lib, ... }: {
config = { config, lib, ... }: {
nixpkgs.pkgs = pkgs;
imports = [ ./container-monitoring.nix ];
promtail.port = 3505;
system.stateVersion = "21.05";
services.journald.extraConfig = "SystemMaxUse=1G";