11 lines
191 B
Nix
11 lines
191 B
Nix
|
|
{
|
||
|
|
den.aspects = {
|
||
|
|
neru = {
|
||
|
|
nixos =
|
||
|
|
{ lib, pkgs, config, ... }:
|
||
|
|
{
|
||
|
|
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|