all repos — nixfiles @ 693c4fd32cacc8e393fa8c638e218c93db2ce80c

System and user configuration, managed by nix and home-manager

remove deploy-rs

Alan Pearce
commit

693c4fd32cacc8e393fa8c638e218c93db2ce80c

parent

fcb1db28e01c89df4bc95f2cf8ae01755d72d643

1 file changed, 0 insertions(+), 37 deletions(-)

changed files
M flake.nixflake.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 ]; };