diff options
Diffstat (limited to 'configuration/secrets/keys.nix')
| -rw-r--r-- | configuration/secrets/keys.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration/secrets/keys.nix b/configuration/secrets/keys.nix index 218e880..fcc8227 100644 --- a/configuration/secrets/keys.nix +++ b/configuration/secrets/keys.nix @@ -4,7 +4,7 @@ let # machines and their host key that are included in this configuration, # in this case, just one. machines = { - specimen = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMuIJFXse7iSMaOoBdr/WGqbNBwWLQTpFw6R8ram89gB"; + specimen = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA+DSTXhSm/ev71JvGg1i8qaMiJng/b++3wAbaTCwenf"; }; # users that can sign secrets, with all of their keys. |
