mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +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
|
@ -4,6 +4,7 @@
|
|||
./disko-config.nix
|
||||
./hardware-configuration.nix
|
||||
./network.nix
|
||||
./nixinate.nix
|
||||
./services.nix
|
||||
./syncthing.nix
|
||||
./system.nix
|
||||
|
|
9
machines/serverle/nixinate.nix
Normal file
9
machines/serverle/nixinate.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
_module.args.nixinate = {
|
||||
host = "serverle.local";
|
||||
sshUser = "felix";
|
||||
buildOn = "remote";
|
||||
substituteOnTarget = true;
|
||||
hermetic = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue