From 8af97609c6596f62780745a0e4b7c12c520946e5 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 9 Apr 2023 12:59:18 +0200 Subject: Fix(secrets): Secrets now work --- secrets/secrets.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'secrets/secrets.nix') diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 7540e74b..4d5effe9 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -1,9 +1,8 @@ -# vim: ts=2 let - user1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL8QLS9IonN8Rhp1yZGDBWc0UoTLH6yQuXWKctorDZNy"; + soispha = "age1mshh4ynzhhzhff25tqwkg4j054g3xwrfznh98ycchludj9wjj48qn2uffn"; - # TODO add the ssh-key of the targeted host - system1 = ""; + tiamat = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMD87QQIUXdEv3TaNRrI9clD9VgpsuVLFg2CrNGa5lVB"; in { - "nheko".publicKeys = [user1 system1]; + "nheko".publicKeys = [soispha tiamat]; } +# vim: ts=2 -- cgit 1.4.1