diff options
| author | seth <[email protected]> | 2023-08-24 03:57:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-24 04:21:43 -0400 |
| commit | 0ead9592dc3b6b8ac19b74cdc4980eef15ed78c5 (patch) | |
| tree | 5e7b5974f97436130a9230c34f4ee2b3d2521198 /parts/deploy.nix | |
| parent | 7cbaaa0445e7c49818acf6a30c8bd8e0a62d21c6 (diff) | |
lib/mkProxy+mkVHosts: init
Diffstat (limited to 'parts/deploy.nix')
| -rw-r--r-- | parts/deploy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/deploy.nix b/parts/deploy.nix index 725c322..43eb08a 100644 --- a/parts/deploy.nix +++ b/parts/deploy.nix @@ -14,6 +14,6 @@ in { flake.deploy = { remoteBuild = true; fastConnection = true; - nodes = self.lib.utils.mkDeployNodes targets'; + nodes = self.lib.utils.deploy.mkDeployNodes targets'; }; } |
