diff options
| author | Grigory Shipunov | 2022-05-29 14:33:39 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-05-29 14:33:39 +0200 |
| commit | b8608870c9774d49ed62f398751fda8b49ed0c8d (patch) | |
| tree | f66a1e015e3e16c9c294fc90a674362dca3ea4b1 /hosts/microwave/secrets.nix | |
| parent | 903ad983139229ea5abb69fd73c137ff46fee7df (diff) | |
sops: init
Diffstat (limited to 'hosts/microwave/secrets.nix')
| -rw-r--r-- | hosts/microwave/secrets.nix | 11 |
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" = { }; + }; +} |
