diff options
| author | seth <[email protected]> | 2023-09-15 21:57:04 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-15 21:57:04 -0400 |
| commit | de807d65a6f2dd5ce81507bff456449a912b131d (patch) | |
| tree | 61fa5a41ee5c102ba1a91127034358a513979ea9 /parts/deploy.nix | |
| parent | fd9eaa40a0508d009fe4f08d501d8ae6f64c4a96 (diff) | |
hosts: deploy-rs -> nixinate
deploy-rs still has issues with tailscale :(
Diffstat (limited to 'parts/deploy.nix')
| -rw-r--r-- | parts/deploy.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/parts/deploy.nix b/parts/deploy.nix deleted file mode 100644 index 4c84379..0000000 --- a/parts/deploy.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - self, - lib, - ... -}: let - inherit (builtins) elem; - inherit (lib) filterAttrs; - inherit (self) darwinConfigurations nixosConfigurations; - - targets = ["atlas"]; - - targets' = filterAttrs (n: _: elem n targets) (nixosConfigurations // darwinConfigurations); -in { - flake.deploy = { - remoteBuild = true; - fastConnection = true; - nodes = self.lib.utils.deploy.mkDeployNodes targets'; - }; -} |
