oxalab: init

This commit is contained in:
Grigory Shipunov 2022-06-18 11:49:27 +02:00
parent 16da95bca0
commit 121e2f5004
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
11 changed files with 170 additions and 14 deletions

View file

@ -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" = { };
};
}