also deploy telegraf on build02
This commit is contained in:
parent
a8172efee4
commit
fd18aa8e83
2 changed files with 4 additions and 2 deletions
|
@ -26,7 +26,6 @@ in
|
|||
|
||||
../profiles/common.nix
|
||||
../profiles/docker.nix
|
||||
../profiles/telegraf
|
||||
../services/hound
|
||||
] ++ userImports;
|
||||
|
||||
|
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
{
|
||||
|
||||
imports = [ ./security.nix ];
|
||||
imports = [
|
||||
./security.nix
|
||||
./telegraf
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
# for quick activity overview
|
||||
|
|
Loading…
Add table
Reference in a new issue