mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hexchen yggdrasil module changes
This commit is contained in:
parent
ef4d5ca036
commit
e8fcabc143
7 changed files with 16 additions and 16 deletions
|
|
@ -57,7 +57,7 @@ with lib;
|
|||
};
|
||||
|
||||
kw.fw.public.interfaces = singleton "enp1s0";
|
||||
kw.fw.private.interfaces = singleton "hexnet";
|
||||
kw.fw.private.interfaces = singleton "yggdrasil";
|
||||
|
||||
kw.fw.public.tcp.ports = singleton 52969;
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ with lib;
|
|||
(lib.head config.networking.interfaces.enp1s0.ipv6.addresses).address;
|
||||
};
|
||||
|
||||
hexchen.network = {
|
||||
network.yggdrasil = {
|
||||
enable = true;
|
||||
pubkey = "55e3f29c252d16e73ac849a6039824f94df1dee670c030b9e29f90584f935575";
|
||||
listen.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue