sops: init
This commit is contained in:
parent
903ad98313
commit
b8608870c9
5 changed files with 70 additions and 3 deletions
11
hosts/microwave/secrets.nix
Normal file
11
hosts/microwave/secrets.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
sops.defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
sops.secrets = {
|
||||
"wg/wg-zw-seckey" = { };
|
||||
"wg/wg-dvb-seckey" = { };
|
||||
"wg/mlwd-nl-seckey" = { };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue