nixos/machines/newton/nixinate.nix
2024-05-22 17:06:26 +02:00

8 lines
146 B
Nix

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