add cirrus secrets
This commit is contained in:
parent
659ce321a6
commit
b31fd6617f
1 changed files with 9 additions and 0 deletions
9
hosts/cirrus/secrets.nix
Normal file
9
hosts/cirrus/secrets.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ config, ... }:
|
||||||
|
{
|
||||||
|
sops.defaultSopsFile = ../../secrets/cirrus/secrets.yaml;
|
||||||
|
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
|
|
||||||
|
sops.secrets = {
|
||||||
|
"wg/oxalab-seckey" = { };
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue