7 lines
85 B
Nix
7 lines
85 B
Nix
|
{ config, ... }:
|
||
|
{
|
||
|
|
||
|
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||
|
|
||
|
}
|