feat(tyr): add wireguard.
This commit is contained in:
parent
ca9651efb8
commit
6a2f621080
31 changed files with 124 additions and 89 deletions
9
modules/servers/tyr/secrets.nix
Normal file
9
modules/servers/tyr/secrets.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
age = {
|
||||
secrets = {
|
||||
wg-tyr = {
|
||||
file = ../../../secrets/wg-tyr.age;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue