Added node exporters on more machines

This commit is contained in:
Alejandro Angulo 2023-09-10 09:20:11 -07:00
parent 1f44933617
commit 8f813f3865
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 29 additions and 29 deletions

View file

@ -77,6 +77,9 @@
user = "root";
sshUser = "alejandro";
path = deployPkgs.deploy-rs.lib.aarch64-linux.activate.nixos inputs.self.nixosConfigurations.pi4;
# Usually deploy from an x86_64 machine and don't want to bother
# trying to build an aarch64 derivation
remoteBuild = true;
};
};
};