mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: flesh out koishi more
This commit is contained in:
parent
55af7c915e
commit
6723c8020e
5 changed files with 93 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue