nixos/machines/playman/nixinate.nix

9 lines
146 B
Nix
Raw Normal View History

2026-04-03 15:14:05 +02:00
_: {
_module.args.nixinate = {
host = "playman.local";
sshUser = "felix";
buildOn = "remote";
substituteOnTarget = true;
};
}