feat: yggdrasil
This commit is contained in:
11
modules/host/yggdrasil.nix
Normal file
11
modules/host/yggdrasil.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
services.yggdrasil = {
|
||||
enable = true;
|
||||
persistentKeys = true;
|
||||
settings = {
|
||||
Peers = [
|
||||
"tcp://codrs.ru:5001"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user