nixos-config/modules/host/yggdrasil.nix
2025-04-09 17:28:52 +03:00

11 lines
158 B
Nix

{
services.yggdrasil = {
enable = true;
persistentKeys = true;
settings = {
Peers = [
"tcp://codrs.ru:5001"
];
};
};
}