Compare commits
2 commits
a513846ecd
...
7a3d5bfb2a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a3d5bfb2a | ||
|
|
50a3877681 |
2 changed files with 3 additions and 2 deletions
|
|
@ -45,7 +45,8 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
deploy = {
|
deploy = {
|
||||||
enable = false;
|
enable = true;
|
||||||
|
address = "201:ea26:66c7:657b:3599:63a6:c66c:d388";
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
tty-ips.enable = true;
|
tty-ips.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ in
|
||||||
};
|
};
|
||||||
services.yggdrasil = {
|
services.yggdrasil = {
|
||||||
enable = true;
|
enable = true;
|
||||||
persistentKeys = true;
|
persistentKeys = lib.mkDefault true;
|
||||||
openMulticastPort = true;
|
openMulticastPort = true;
|
||||||
settings = {
|
settings = {
|
||||||
inherit (cfg) AllowedPublicKeys;
|
inherit (cfg) AllowedPublicKeys;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue