11 lines
158 B
Nix
11 lines
158 B
Nix
|
{
|
||
|
services.yggdrasil = {
|
||
|
enable = true;
|
||
|
persistentKeys = true;
|
||
|
settings = {
|
||
|
Peers = [
|
||
|
"tcp://codrs.ru:5001"
|
||
|
];
|
||
|
};
|
||
|
};
|
||
|
}
|