nix-config/secrets/default.nix

9 lines
232 B
Nix

{
capibara.ssh_host_ed25519_key = ./capibara/ssh_host_ed25519_key.age;
user-passwordfiles = {
root = ./user-passwordfiles/root.age;
rilla = ./user-passwordfiles/rilla.age;
};
cache-priv-key = ./cache-priv-key.age;
}