update bobi

This commit is contained in:
Ingolf Wagner 2022-10-19 20:57:58 +02:00
parent cd53d1e84a
commit aa09080f69
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
4 changed files with 14 additions and 6 deletions
nixos/components/network/sshd

View file

@ -46,6 +46,13 @@
];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPlva+Vdj8WmQPlbQLN3qicMz5AAsyTzK53BincxtAz";
};
"bobi.private" = {
hostNames = [
"bobi.private"
config.module.cluster.services.tinc.private.hosts.bobi.tincIp
];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK0haepNVEaocfWh6kwVc4QsSg2iqO5k+hjarphBqMVk";
};
"mobi.private" = {
hostNames = [
"mobi.private"