diff options
| author | seth <[email protected]> | 2024-05-10 21:18:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-10 21:30:32 -0400 |
| commit | 292a7d201f86d0af8b744896418208e975ba47a8 (patch) | |
| tree | 6e7f78777db7881292b5ef2194e41dde048646d5 /systems/default.nix | |
| parent | 1ec692c24c5b3345e6d7fe1445f2a51b1e322f03 (diff) | |
systems: deploy-rs -> nixinate for 12343894th time
Diffstat (limited to 'systems/default.nix')
| -rw-r--r-- | systems/default.nix | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/systems/default.nix b/systems/default.nix index 441628f..c608e9c 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -9,14 +9,6 @@ }; }; - deploy = { - remoteBuild = true; - fastConnection = false; - nodes = self.lib.deploy.mapNodes [ - "atlas" - ]; - }; - nixosConfigurations = let stable = inputs.nixpkgs-stable.lib.nixosSystem; in { @@ -33,4 +25,8 @@ system = "aarch64-linux"; }; }; + + perSystem = {system, ...}: { + apps = (inputs.nixinate.nixinate.${system} self).nixinate; + }; } |
