feat(ssh): Enable sshd for ryu and deploy target for mirai fix

This commit is contained in:
uttarayan21
2024-10-02 15:38:40 +05:30
parent 5537684cfa
commit f24258b3fb
3 changed files with 10 additions and 1 deletions

View File

@@ -224,6 +224,14 @@
user = "fs0c131y";
};
};
ryu = {
hostname = "ryu";
profiles.system = {
sshUser = "servius";
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.ryu;
user = "servius";
};
};
};
};