feat: flesh out koishi more

This commit is contained in:
Kat Inskip 2023-01-29 09:27:06 -08:00
parent 55af7c915e
commit 6723c8020e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 93 additions and 3 deletions

View file

@ -122,7 +122,7 @@
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.${name};
};
hostname = "${name}.inskip.me";
sshOpts = ["-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
sshOpts = ["-p" "62954"]; # "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
sshUser = "kat";
user = "root";
autoRollback = true;