summaryrefslogtreecommitdiff
path: root/hosts/microwave/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/microwave/secrets.nix')
-rw-r--r--hosts/microwave/secrets.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/microwave/secrets.nix b/hosts/microwave/secrets.nix
index b343ec8..d7f439c 100644
--- a/hosts/microwave/secrets.nix
+++ b/hosts/microwave/secrets.nix
@@ -1,11 +1,12 @@
{ config, ... }:
{
- sops.defaultSopsFile = ../../secrets/secrets.yaml;
+ sops.defaultSopsFile = ../../secrets/microwave/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" = { };
+ "wg/oxalab-seckey" = { };
};
}