This commit is contained in:
kirbara 2025-12-05 22:42:21 +07:00
parent 515f8c8c15
commit 70910fa69d
Signed by: exp
GPG key ID: D7E63AD0019E75D9
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
den.aspects = {
neru = {
nixos =
{ lib, pkgs, config, ... }:
{
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
};
};
}