diff options
| author | andromeda <andromeda@lenovo> | 2026-05-06 19:37:56 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-06 19:37:56 +0200 |
| commit | e5aaed7169e7a9b1ae537763ee94ea01aa401852 (patch) | |
| tree | a386a051a9e18e31ae125ec9418410cbe5b64e4d /secrets/secrets.nix | |
| parent | 6a6630647c79e80d7995eac21bc188b5a516d142 (diff) | |
neo layout
Diffstat (limited to 'secrets/secrets.nix')
| -rw-r--r-- | secrets/secrets.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix new file mode 100644 index 0000000..6dc4059 --- /dev/null +++ b/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]; +} |
