secrets: Add keys for axeman and host_001_momo_koeln

This commit is contained in:
Akshay Mankar 2023-03-31 16:51:04 +02:00
parent 831706f5a7
commit f4aaad1d55
Signed by: axeman
GPG key ID: CA08F3AB62369B89

View file

@ -1,8 +1,8 @@
let
# set ssh public keys here for your system and user
system = "";
user = "";
allKeys = [system user];
host_001_momo_koeln = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE7XTCHfX6ta8EtkdOcZLnpdhMmXDfTebVMs4NC8JEPj root@nixos";
axeman = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMNeQYLFauAbzDyIbKC86NUh9yZfiyBm/BtIdkcpZnSU @axeman";
allKeys = [host_001_momo_koeln axeman];
in {
"secret.age".publicKeys = allKeys;
}