diff options
| author | Mel <einebeere@gmail.com> | 2024-12-30 20:44:05 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-30 20:44:05 +0100 |
| commit | 2e3d0c8ecef1e8c013fac23e4cfaa5ebc234062f (patch) | |
| tree | fff801d833e78fa521a57c4348fe02fbcc4707e3 /configuration/secrets/keys.nix | |
| parent | 43c4c6d39f99a4c4b8bbbc2c3e228c7be463e4f5 (diff) | |
| download | specimen-2e3d0c8ecef1e8c013fac23e4cfaa5ebc234062f.tar.zst specimen-2e3d0c8ecef1e8c013fac23e4cfaa5ebc234062f.zip | |
Update server host key and rekey secret
Signed-off-by: Mel <einebeere@gmail.com>
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. |
