oxalab: init
This commit is contained in:
parent
16da95bca0
commit
121e2f5004
11 changed files with 170 additions and 14 deletions
|
@ -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" = { };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue