add monitoring to transmission
This commit is contained in:
parent
b890a69e30
commit
67840babe4
1 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue