feat: Added shiro to deploy target

This commit is contained in:
uttarayan21
2025-02-08 00:15:30 +05:30
parent 3b792d62fd
commit 8ca4305d7b
2 changed files with 19 additions and 0 deletions

View File

@@ -29,6 +29,15 @@
user = "root";
};
};
shiro = {
hostname = "kuro";
interactiveSudo = true;
profiles.system = {
sshUser = "servius";
path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.shiro;
user = "root";
};
};
deoxys = {
hostname = "deoxys";
profiles.system = {