commit
This commit is contained in:
parent
515f8c8c15
commit
70910fa69d
2 changed files with 14 additions and 1 deletions
11
puter/030-vm-nixos-neru/specific-aspect/sops.nix
Normal file
11
puter/030-vm-nixos-neru/specific-aspect/sops.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
den.aspects = {
|
||||
neru = {
|
||||
nixos =
|
||||
{ lib, pkgs, config, ... }:
|
||||
{
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue