nixos-config/modules/host/yggdrasil.nix

11 lines
158 B
Nix
Raw Permalink Normal View History

2025-04-08 16:48:13 +03:00
{
services.yggdrasil = {
enable = true;
persistentKeys = true;
settings = {
Peers = [
"tcp://codrs.ru:5001"
];
};
};
}