nixos/machines/serverle/nixinate.nix

10 lines
169 B
Nix
Raw Permalink Normal View History

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