14 lines
173 B
Nix
14 lines
173 B
Nix
{
|
|
sops-nix,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
"${sops-nix}/modules/sops"
|
|
];
|
|
sops.age = {
|
|
sshKeyPaths = [
|
|
"/persistent/etc/ssh/ssh_host_ed25519_key"
|
|
];
|
|
};
|
|
}
|