nixos/machines/newton/nixinate.nix

10 lines
167 B
Nix
Raw Normal View History

2024-01-18 22:37:39 +01:00
_: {
_module.args.nixinate = {
host = "buehler.rocks";
sshUser = "felix";
buildOn = "remote";
substituteOnTarget = true;
hermetic = true;
};
}