Compare commits
No commits in common. "7a3d5bfb2a580086707cc2d078803cab44873b56" and "a513846ecdd8afa2e35c8633695da2c26f724794" have entirely different histories.
7a3d5bfb2a
...
a513846ecd
2 changed files with 2 additions and 3 deletions
|
|
@ -45,8 +45,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
deploy = {
|
deploy = {
|
||||||
enable = true;
|
enable = false;
|
||||||
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 = lib.mkDefault true;
|
persistentKeys = true;
|
||||||
openMulticastPort = true;
|
openMulticastPort = true;
|
||||||
settings = {
|
settings = {
|
||||||
inherit (cfg) AllowedPublicKeys;
|
inherit (cfg) AllowedPublicKeys;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue