diff --git a/flake.nix b/flake.nix index c9025e2..bf4752c 100644 --- a/flake.nix +++ b/flake.nix @@ -72,8 +72,7 @@ sshUser = "root"; sshOpts = [ "-p" "45" ]; remoteBuild = true; - fastConnection = true; - path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.newton; + path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.lambda; }; }; @@ -91,7 +90,5 @@ htpdate = pkgsrpi.callPackage ./packages/htpdate { }; }; - checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; - }; } diff --git a/machines/lambda/default.nix b/machines/lambda/default.nix index 5ce46e2..0e60989 100644 --- a/machines/lambda/default.nix +++ b/machines/lambda/default.nix @@ -4,6 +4,7 @@ imports = [ ./hardware.nix + ./home-julien.nix ../../users/julien.nix ../../users/default.nix ];