diff --git a/flake.nix b/flake.nix index 8de8c7cf..caa48139 100644 --- a/flake.nix +++ b/flake.nix @@ -238,6 +238,13 @@ user = "root"; }; }; + mbpro = { + hostname = "Uttarayans-MacBook-Pro.local"; + profiles.system = { + sshUser = "fs0c131y"; + path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.Uttarayans-MacBook-Pro; + }; + }; }; };