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