mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
13 lines
171 B
Nix
13 lines
171 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
services.yggdrasil = {
|
||
|
enable = true;
|
||
|
persistentKeys = true;
|
||
|
settings = {
|
||
|
Peers = [
|
||
|
"tls://ygg.iva.bz:50002"
|
||
|
];
|
||
|
};
|
||
|
};
|
||
|
}
|