This commit is contained in:
parent
6b676d793c
commit
35ef02a57b
2 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,4 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
nix.extraOptions = ''builders-use-substitutes = true'';
|
nix.extraOptions = ''builders-use-substitutes = true'';
|
||||||
nix.distributedBuilds = true;
|
|
||||||
}
|
}
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue