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 = {
|
||||
enable = true;
|
||||
address = "201:ea26:66c7:657b:3599:63a6:c66c:d388";
|
||||
enable = false;
|
||||
};
|
||||
services = {
|
||||
tty-ips.enable = true;
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ in
|
|||
};
|
||||
services.yggdrasil = {
|
||||
enable = true;
|
||||
persistentKeys = lib.mkDefault true;
|
||||
persistentKeys = true;
|
||||
openMulticastPort = true;
|
||||
settings = {
|
||||
inherit (cfg) AllowedPublicKeys;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue