dots/hosts/orion/modules/agenix.nix

7 lines
145 B
Nix
Raw Permalink Normal View History

{ config, ... }:
{
age.identityPaths = [
(config.environment.persistence.ephemeral.persistentStoragePath + "/ssh_host_ed25519_key")
];
}