New container for monitoring
This commit is contained in:
parent
6fb4eb236e
commit
c7ccbec7c0
4 changed files with 67 additions and 10 deletions
25
flake.nix
25
flake.nix
|
|
@ -74,15 +74,22 @@
|
|||
deployment.targetUser = "pazpi";
|
||||
};
|
||||
|
||||
arr = {
|
||||
deployment = {
|
||||
targetHost = "192.168.1.189";
|
||||
targetUser = lib.mkForce "root";
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
];
|
||||
};
|
||||
arr.deployment = {
|
||||
targetHost = "192.168.1.189";
|
||||
targetUser = lib.mkForce "root";
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
];
|
||||
};
|
||||
|
||||
metrics.deployment = {
|
||||
targetHost = "192.168.1.152";
|
||||
targetUser = lib.mkForce "root";
|
||||
tags = [
|
||||
"lxc"
|
||||
"bacco"
|
||||
];
|
||||
};
|
||||
|
||||
deadbeef.deployment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue