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/dishwasher/secrets.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hosts/dishwasher/secrets.nix (limited to 'hosts/dishwasher/secrets.nix') diff --git a/hosts/dishwasher/secrets.nix b/hosts/dishwasher/secrets.nix new file mode 100644 index 0000000..679c511 --- /dev/null +++ b/hosts/dishwasher/secrets.nix @@ -0,0 +1,9 @@ +{ config, ... }: +{ + sops.defaultSopsFile = ../../secrets/dishwasher/secrets.yaml; + sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + + sops.secrets = { + "wg/oxalab-seckey" = { }; + }; +} -- cgit v1.3.1