summaryrefslogtreecommitdiff
path: root/hosts/microwave/secrets.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-18 11:49:27 +0200
committerGrigory Shipunov2022-06-18 11:51:27 +0200
commit121e2f5004e109c5fc9530d136aae497061b8ef7 (patch)
tree6a7f9adba499e626431a402b8356a268b5d2c69b /hosts/microwave/secrets.nix
parent16da95bca0c6daecca412c7b883e4cf2aa6397ba (diff)
oxalab: init
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" = { };
};
}