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