deplot: add more sshOpts

This commit is contained in:
notohh 2023-05-14 11:04:46 -04:00
parent e453933e08
commit 94793944f3
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -7,7 +7,7 @@ inputs: {
path = activate.nixos inputs.self.nixosConfigurations.hime;
};
sshUser = "oh";
sshOpts = ["-t"];
sshOpts = ["-t" "-i" "~/.ssh/hime"];
magicRollback = false;
};
sutakku = {
@ -17,7 +17,7 @@ inputs: {
path = activate.nixos inputs.self.nixosConfigurations.sutakku;
};
sshUser = "oh";
sshOpts = ["-t"];
sshOpts = ["-t" "-i" "~/.ssh/sutakku"];
magicRollback = false;
};
sakura = {
@ -27,7 +27,7 @@ inputs: {
path = activate.nixos inputs.self.nixosConfigurations.sakura;
};
sshUser = "notoh";
sshOpts = ["-t"];
sshOpts = ["-t" "-i" "~/.ssh/sakura"];
magicRollback = false;
};
};