summaryrefslogtreecommitdiff
path: root/hosts/microwave/secrets.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-05-29 14:33:39 +0200
committerGrigory Shipunov2022-05-29 14:33:39 +0200
commitb8608870c9774d49ed62f398751fda8b49ed0c8d (patch)
treef66a1e015e3e16c9c294fc90a674362dca3ea4b1 /hosts/microwave/secrets.nix
parent903ad983139229ea5abb69fd73c137ff46fee7df (diff)
sops: init
Diffstat (limited to 'hosts/microwave/secrets.nix')
-rw-r--r--hosts/microwave/secrets.nix11
1 files changed, 11 insertions, 0 deletions
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" = { };
+ };
+}