Update remote builders and telegraf
Some checks failed
ssh-test / ssh-test (push) Failing after 24s

This commit is contained in:
iFargle 2023-12-10 18:45:11 +09:00
parent 6b676d793c
commit 35ef02a57b
2 changed files with 1 additions and 1 deletions

View file

@ -13,5 +13,4 @@
} }
]; ];
nix.extraOptions = ''builders-use-substitutes = true''; nix.extraOptions = ''builders-use-substitutes = true'';
nix.distributedBuilds = true;
} }

View file

@ -65,6 +65,7 @@
wireless = {}; wireless = {};
exec = { exec = {
commands = [ "nixos-version" ]; commands = [ "nixos-version" ];
name_suffix = "_nixos-version";
data_format = "value"; data_format = "value";
data_type = "string"; data_type = "string";
}; };