From 121e2f5004e109c5fc9530d136aae497061b8ef7 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 11:49:27 +0200 Subject: oxalab: init --- hosts/microwave/secrets.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/microwave/secrets.nix') 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" = { }; }; } -- cgit v1.3.1