diff options
| author | andromeda <andromeda@lenovo> | 2025-12-31 01:14:37 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2025-12-31 01:14:37 +0100 |
| commit | 42a93f042e2c821939fa6aa4ac8945997d5b5099 (patch) | |
| tree | bcc6ec5399cdabd28c9e30faca59d6bea925e7d4 /secrets/secrets.nix | |
| parent | 07655e513522db296b1032290c7cfb6a5ac64181 (diff) | |
better machine conf, rework key/machines management
Diffstat (limited to 'secrets/secrets.nix')
| -rw-r--r-- | secrets/secrets.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 5b14f22..19c9b7b 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -1,6 +1,7 @@ let - andromeda = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJy2VD362wUcu0lKj2d6OIU8dbAna0Lu/NaAYIj8gdIA andromeda@lenovo"; - lenovo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHG4eqsLTq2os2mxfwhys3BpVnowcJrqt2CbRFzN2pJb root@lenovo"; + pub-keys = import ../pub-keys.nix; + andromeda = pub-keys.ssh.andromeda; + lenovo = pub-keys.ssh.lenovo; in { "secret0.age".publicKeys = [andromeda lenovo]; "secret1.age".publicKeys = [andromeda lenovo]; |
