summary refs log tree commit diff
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-03-12 04:29:58 +0200
committertzlil <tzlils@protonmail.com>2023-03-12 04:29:58 +0200
commit497ccdd6b1938688f75c1447ebd3ab10156ec889 (patch)
tree26a85fc343ed53521dd55b2064e6fc53c2f87553
parente01face0fd810088617e76f6df85c34cdcafc44a (diff)
add laptop secrets
-rw-r--r--secrets/id_ed25519.agebin1001 -> 1050 bytes
-rw-r--r--secrets/secrets.nix3
2 files changed, 2 insertions, 1 deletions
diff --git a/secrets/id_ed25519.age b/secrets/id_ed25519.age
index 9d5883b..b2b7eb3 100644
--- a/secrets/id_ed25519.age
+++ b/secrets/id_ed25519.age
Binary files differdiff --git a/secrets/secrets.nix b/secrets/secrets.nix
index 7d82534..ac101d3 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -3,7 +3,8 @@ let
 
   vm = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHS6LK6rCmJCR/rKVJYVmJTL8fAdyJSLlgC3mesd6QVS";
   vps = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMdOuj27GB703ZRKRqhytlaLJsKucaRa//yswxijAZT7";
-  systems = [vm vps];
+  laptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPIi0vboysxzDi7ivIEGcZ+jY2XFXfmMMfhghmsfikz6";
+  systems = [vm vps laptop];
 in {
   "id_ed25519.age".publicKeys = [tzlil] ++ systems;
 }