nixos/machines/newton/nixinate.nix
2024-01-18 22:37:39 +01:00

9 lines
167 B
Nix

_: {
_module.args.nixinate = {
host = "buehler.rocks";
sshUser = "felix";
buildOn = "remote";
substituteOnTarget = true;
hermetic = true;
};
}