mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-11-01 10:12:11 +01:00
9 lines
146 B
Nix
9 lines
146 B
Nix
|
|
_: {
|
||
|
|
_module.args.nixinate = {
|
||
|
|
host = "buehler.rocks";
|
||
|
|
sshUser = "felix";
|
||
|
|
buildOn = "remote";
|
||
|
|
substituteOnTarget = true;
|
||
|
|
};
|
||
|
|
}
|