forked from fediversity/fediversity
Compare commits
2 commits
6073288d4e
...
688c5b2633
| Author | SHA1 | Date | |
|---|---|---|---|
| 688c5b2633 | |||
| ba95bae430 |
2 changed files with 2 additions and 4 deletions
|
|
@ -4,10 +4,9 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
inherit (import ./constants.nix) pathToRoot pathFromRoot;
|
||||
inherit (pkgs) system;
|
||||
deployment-config = {
|
||||
inherit pathToRoot pathFromRoot;
|
||||
inherit (import ./constants.nix) pathToRoot;
|
||||
nodeName = "ssh";
|
||||
targetSystem = system;
|
||||
sshOpts = [ ];
|
||||
|
|
|
|||
|
|
@ -4,10 +4,9 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
inherit (import ./constants.nix) pathToRoot pathFromRoot;
|
||||
inherit (pkgs) system;
|
||||
deployment-config = {
|
||||
inherit pathToRoot pathFromRoot;
|
||||
inherit (import ./constants.nix) pathToRoot;
|
||||
nodeName = "target";
|
||||
targetSystem = system;
|
||||
sshOpts = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue