Add tor-relay config
This commit is contained in:
parent
7fabcb4c7e
commit
682af9276c
5 changed files with 39 additions and 9 deletions
12
flake.nix
12
flake.nix
|
@ -34,6 +34,18 @@
|
|||
./hosts/coturn
|
||||
];
|
||||
};
|
||||
|
||||
tor-relay = { name, nodes, pkgs, ...}: {
|
||||
deployment = {
|
||||
targetHost = "tor-relay.vs.grzb.de";
|
||||
targetUser = "colmena-deploy";
|
||||
};
|
||||
imports = [
|
||||
./configuration/common
|
||||
./configuration/proxmox-vm
|
||||
./hosts/tor-relay
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue