diff options
Diffstat (limited to 'hosts/cirrus/secrets.nix')
| -rw-r--r-- | hosts/cirrus/secrets.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/cirrus/secrets.nix b/hosts/cirrus/secrets.nix new file mode 100644 index 0000000..4e768bc --- /dev/null +++ b/hosts/cirrus/secrets.nix @@ -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" = { }; + }; +} |
