diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-15 21:41:47 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-15 21:41:47 -0400 |
| commit | 1c26c0d3265bc71103c19e7f163807406f6fb271 (patch) | |
| tree | c8ec0b837dbb70bf76eebd24f4fbbc008403255d /secrets/secrets.nix | |
| parent | 3969c0706238898ccce79a993fc866f099a2cadd (diff) | |
changed to lucia
Diffstat (limited to 'secrets/secrets.nix')
| -rwxr-xr-x | secrets/secrets.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index cc1da46..73afd92 100755 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -11,10 +11,10 @@ let thinkpad-laptop = { system = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINgCZw2RzdgXnW0lpgJQ2hBb+0V1fZoemJQtqDQbhFZk root@thinkpad-laptop"; - lucas = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM/HLlWDshs3Fn4pbTrUeSdo/2/YWuBEMpQX15ZR0RNv lucas@thinkpad-laptop"; + lucia = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM/HLlWDshs3Fn4pbTrUeSdo/2/YWuBEMpQX15ZR0RNv lucia@thinkpad-laptop"; }; in { "user-passwords/nzxt-desktop/culsans.age".publicKeys = [ nzxt-desktop.system nzxt-desktop.culsans ]; - "user-passwords/thinkpad-laptop/lucas.age".publicKeys = [ thinkpad-laptop.system thinkpad-laptop.lucas ]; + "user-passwords/thinkpad-laptop/lucia.age".publicKeys = [ thinkpad-laptop.system thinkpad-laptop.lucia ]; "user-passwords/prodesk-server/server.age".publicKeys = [ prodesk-server.system prodesk-server.server ]; } |
