feat:added macbook deploy-rs option

This commit is contained in:
uttarayan21
2024-11-20 17:57:47 +05:30
parent 9d81c4b7c9
commit 84905b68ce

View File

@@ -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;
};
};
};
};