004-vps-migration #5
@@ -117,7 +117,10 @@ in
|
|||||||
sshKeyFile = config.sops.secrets."private_keys/lidarr-mb-gap".path;
|
sshKeyFile = config.sops.secrets."private_keys/lidarr-mb-gap".path;
|
||||||
sshKnownHosts = {
|
sshKnownHosts = {
|
||||||
vps = {
|
vps = {
|
||||||
hostNames = [ config.my.ips.vps ];
|
hostNames = [
|
||||||
|
config.my.ips.vps
|
||||||
|
"[${config.my.ips.vps}]:3456"
|
||||||
|
];
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvtTURGBtAFXxxfzMJVoNJrtWLykOloJ5XYjxGh1OUx";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvtTURGBtAFXxxfzMJVoNJrtWLykOloJ5XYjxGh1OUx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user