summaryrefslogtreecommitdiff
path: root/nix/secrets
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
new conf
Diffstat (limited to 'nix/secrets')
-rw-r--r--nix/secrets/andromeda-pw.age7
-rw-r--r--nix/secrets/secrets.nix9
2 files changed, 16 insertions, 0 deletions
diff --git a/nix/secrets/andromeda-pw.age b/nix/secrets/andromeda-pw.age
new file mode 100644
index 0000000..0c65df4
--- /dev/null
+++ b/nix/secrets/andromeda-pw.age
@@ -0,0 +1,7 @@
+age-encryption.org/v1
+-> ssh-ed25519 mT2fyg yzvchL+ecw88Wd2dNEUQU3mKAXeqto9YEww2awKZ/yg
+2uOU8NpVFgTrQvma4UfMcilZvMszgF9g+WUfj5448mg
+-> ssh-ed25519 UHxfvA nOOKWcp+Ldjlo1qhymb7IuSPB509Sz9bfGBR9VGpDzM
+0W5MTMkkG1Xuj2ZdE74HK3O/+zXziMQWyF/NL/bAKPQ
+--- oxkTA1FKsss5n01prQMlDe5u1/L+bTqaPpsCuGDlpp0
+tcc#\\@ ^O@jKs&ꨲS13g4>Z CRpZ| H^M vL' Yڨsjug' \ No newline at end of file
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];
+}