From b8608870c9774d49ed62f398751fda8b49ed0c8d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 29 May 2022 14:33:39 +0200 Subject: sops: init --- hosts/microwave/secrets.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts/microwave/secrets.nix (limited to 'hosts') diff --git a/hosts/microwave/secrets.nix b/hosts/microwave/secrets.nix new file mode 100644 index 0000000..b343ec8 --- /dev/null +++ b/hosts/microwave/secrets.nix @@ -0,0 +1,11 @@ +{ config, ... }: +{ + sops.defaultSopsFile = ../../secrets/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" = { }; + }; +} -- cgit v1.3.1