fix: runner needs domains working
This commit is contained in:
parent
18a32b94b3
commit
8e3fb7852a
2 changed files with 13 additions and 0 deletions
|
|
@ -1,4 +1,13 @@
|
|||
_: {
|
||||
networking.firewall.interfaces = {
|
||||
ygg0 = {
|
||||
allowedTCPPorts = [ 22 ];
|
||||
};
|
||||
};
|
||||
services.yggdrasil-jumper = {
|
||||
enable = true;
|
||||
# settings = { };
|
||||
};
|
||||
networking.yggdrasil = {
|
||||
enable = true;
|
||||
AllowedPublicKeys = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue