ark/hosts/wolumonde/nixinate.nix
2022-08-11 02:57:40 +03:00

10 lines
273 B
Nix

{...}: {
_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;
};
}