fwminex: +remote-builder

This commit is contained in:
Motiejus Jakštys 2024-07-24 09:17:28 +03:00
parent 60cf99e821
commit 47e2e6b632
1 changed files with 8 additions and 8 deletions

View File

@ -86,14 +86,14 @@ in {
verboseLogs = false;
};
#remote-builder.client = let
# host = myData.hosts."fra1-a.servers.jakst";
#in {
# enable = true;
# inherit (host) system supportedFeatures;
# hostName = host.jakstIP;
# sshKey = "/etc/ssh/ssh_host_ed25519_key";
#};
remote-builder.client = let
host = myData.hosts."fra1-a.servers.jakst";
in {
enable = true;
inherit (host) system supportedFeatures;
hostName = host.jakstIP;
sshKey = "/etc/ssh/ssh_host_ed25519_key";
};
node_exporter = {
enable = true;