nixos/machines/serverle/nixinate.nix

10 lines
168 B
Nix
Raw Normal View History

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