This commit is contained in:
Sebastian Moser
2023-11-22 21:04:18 +01:00
parent e65790a64c
commit 15525ccdfc
3 changed files with 6 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ in
'';
home-manager.config = {
home.file.".ssh/authorizedKeys".text = ''
home.file.".ssh/authorized_keys".text = ''
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFjgXf9S9hxjyph2EEFh1el0z4OUT9fMoFAaDanjiuKa me@main"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICWsqiz0gEepvPONYxqhKKq4Vxfe1h+jo11k88QozUch me@bitwarden"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAioUu4ow6k+OMjjLdzogiQM4ZEM3TNekGNasaSDzQQE me@phone"

View File

@@ -1 +1 @@
c2vi.dev rpi
192.168.20.12 tab

View File

@@ -20,6 +20,10 @@
user = "u0_a345";
port = 8022;
};
tab = {
user = "nix-on-droid";
port = 8022;
};
uwu = {
user = "sebastian";
identityFile = "${secretsDir}/private-key-main";