mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
9 lines
167 B
Nix
9 lines
167 B
Nix
_: {
|
|
_module.args.nixinate = {
|
|
host = "buehler.rocks";
|
|
sshUser = "felix";
|
|
buildOn = "remote";
|
|
substituteOnTarget = true;
|
|
hermetic = true;
|
|
};
|
|
}
|