commit
This commit is contained in:
parent
515f8c8c15
commit
70910fa69d
2 changed files with 14 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
keys:
|
||||
- &primary age1pj9v44sqvsk06jjs0jx092cdjwtm93nzk83875dw8nume88xnd9sevw75d
|
||||
- &neru age1g5cxpf3qk9ygheh9njtdkx84wu8hlqw3kdhm4ug2wayu65a6ud9qghg3z8
|
||||
creation_rules:
|
||||
- path_regex: secret/secret.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *primary
|
||||
- *primary
|
||||
- *neru
|
||||
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