6 lines
126 B
Nix
6 lines
126 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
{
|
||
|
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||
|
sops.age.generateKey = false;
|
||
|
}
|