ark/hosts/wolumonde/modules/nixinate.nix

10 lines
273 B
Nix
Raw Normal View History

2022-08-11 02:57:40 +03:00
{...}: {
_module.args.nixinate = {
host = "gaze.systems";
sshUser = "root";
buildOn = "local"; # valid args are "local" or "remote"
substituteOnTarget = true; # if buildOn is "local" then it will substitute on the target, "-s"
hermetic = true;
};
}