diff options
| author | andromeda <andromeda@lenovo> | 2026-05-01 13:37:31 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-01 13:37:31 +0200 |
| commit | a98b53de9991167471e840ae3c18798c8d9fc1b7 (patch) | |
| tree | a171feae252b59d277e3c2790d8f1224da315ea0 /nix/pub-keys.nix | |
new conf
Diffstat (limited to 'nix/pub-keys.nix')
| -rw-r--r-- | nix/pub-keys.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nix/pub-keys.nix b/nix/pub-keys.nix new file mode 100644 index 0000000..8de2f7a --- /dev/null +++ b/nix/pub-keys.nix @@ -0,0 +1,10 @@ +{ + age.secrets.andromeda-pw.file = ./secrets/andromeda-pw.age; + pub-keys = { + ssh = { + andromeda = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJy2VD362wUcu0lKj2d6OIU8dbAna0Lu/NaAYIj8gdIA andromeda@lenovo"; + lenovo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHG4eqsLTq2os2mxfwhys3BpVnowcJrqt2CbRFzN2pJb root@lenovo"; + _109-199-104-83 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPkg4vbyGDxrAtKFK7Pecr/qDK9cUjv+kfhQMjO6M/Ft root@vmi2998419"; + }; + }; +} |
