feat: Added shiro to deploy target
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -26,6 +26,16 @@
|
||||
hostname = "ryu";
|
||||
forwardAgent = false;
|
||||
};
|
||||
kuro = {
|
||||
user = "fs0c131y";
|
||||
hostname = "kuro";
|
||||
forwardAgent = false;
|
||||
};
|
||||
shiro = {
|
||||
user = "servius";
|
||||
hostname = "shiro";
|
||||
forwardAgent = false;
|
||||
};
|
||||
};
|
||||
serverAliveInterval = 120;
|
||||
extraConfig =
|
||||
|
||||
Reference in New Issue
Block a user