remove deploy-rs
1 file changed, 0 insertions(+), 37 deletions(-)
changed files
M flake.nix → flake.nix
@@ -18,7 +18,6 @@ angrr.url = "github:alanpearce/angrr/darwin"; angrr.inputs.nixpkgs.follows = "nixpkgs"; agenix.url = "github:ryantm/agenix"; agenix.inputs.nixpkgs.follows = "nixpkgs"; - deploy-rs.url = "github:serokell/deploy-rs"; mycal.url = "git+https://git.alin.ovh/mycal"; elgit.url = "git+https://git.alin.ovh/elgit"; searchix.url = "git+https://git.alin.ovh/searchix";@@ -46,7 +45,6 @@ nix-index-database, nixvim, angrr, agenix, - deploy-rs, elgit, mycal, searchix,@@ -197,40 +195,6 @@ nix-index-database.hmModules.nix-index nixvim.homeModules.nixvim ]; }; - - deploy = { - nodes.linde = { - hostname = "linde"; - profiles.system = { - user = "root"; - sshUser = "root"; - path = - deploy-rs.lib.${utils.lib.system.aarch64-linux}.activate.nixos - self.nixosConfigurations.linde; - }; - profiles.alan = { - user = "alan"; - path = - deploy-rs.lib.${utils.lib.system.aarch64-linux}.activate.home-manager - self.homeConfigurations."alan@linde"; - }; - }; - nodes.nano = { - hostname = "nano"; - profiles.system = { - user = "root"; - sshUser = "root"; - path = deploy-rs.lib.${utils.lib.system.aarch64-linux}.activate.nixos self.nixosConfigurations.nano; - }; - profiles.alan = { - user = "alan"; - sshUser = "alan"; - path = - deploy-rs.lib.${utils.lib.system.aarch64-linux}.activate.home-manager - self.homeConfigurations."alan@nano"; - }; - }; - }; } // utils.lib.eachDefaultSystem ( system:@@ -242,7 +206,6 @@ devShells = { default = pkgs.mkShell { packages = with pkgs; [ nixos-rebuild - deploy-rs.packages.${system}.default agenix.packages.${system}.default ]; };