From 84905b68cef0fed5a8c58565b5f785ded7aedbd6 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 20 Nov 2024 17:57:47 +0530 Subject: [PATCH] feat:added macbook deploy-rs option --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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; + }; + }; }; };