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