7 lines
145 B
Nix
7 lines
145 B
Nix
|
{ config, ... }:
|
||
|
{
|
||
|
age.identityPaths = [
|
||
|
(config.environment.persistence.ephemeral.persistentStoragePath + "/ssh_host_ed25519_key")
|
||
|
];
|
||
|
}
|