summaryrefslogtreecommitdiff
path: root/nix/secrets/secrets.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-05-01 13:37:31 +0200
committerandromeda <andromeda@lenovo>2026-05-01 13:37:31 +0200
commita98b53de9991167471e840ae3c18798c8d9fc1b7 (patch)
treea171feae252b59d277e3c2790d8f1224da315ea0 /nix/secrets/secrets.nix
new conf
Diffstat (limited to 'nix/secrets/secrets.nix')
-rw-r--r--nix/secrets/secrets.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nix/secrets/secrets.nix b/nix/secrets/secrets.nix
new file mode 100644
index 0000000..6dc4059
--- /dev/null
+++ b/nix/secrets/secrets.nix
@@ -0,0 +1,9 @@
+let
+ pub-keys = (import ../pub-keys.nix).pub-keys;
+ andromeda = pub-keys.ssh.andromeda;
+ lenovo = pub-keys.ssh.lenovo;
+ _109-199-104-83 = pub-keys.ssh._109-199-104-83;
+in {
+ # user passwords
+ "andromeda-pw.age".publicKeys = [andromeda lenovo];
+}