mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
nixinate: migrate from deploy-rs
This commit is contained in:
parent
1f940b9852
commit
de5fd563c3
8 changed files with 65 additions and 46 deletions
9
machines/newton/nixinate.nix
Normal file
9
machines/newton/nixinate.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
_module.args.nixinate = {
|
||||
host = "buehler.rocks";
|
||||
sshUser = "felix";
|
||||
buildOn = "remote";
|
||||
substituteOnTarget = true;
|
||||
hermetic = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue