mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-12 21:55:19 +01:00
9 lines
147 B
Nix
9 lines
147 B
Nix
|
|
_: {
|
||
|
|
_module.args.nixinate = {
|
||
|
|
host = "serverle.local";
|
||
|
|
sshUser = "felix";
|
||
|
|
buildOn = "remote";
|
||
|
|
substituteOnTarget = true;
|
||
|
|
};
|
||
|
|
}
|