feat: yggdrasil
This commit is contained in:
parent
b2bb9dd64b
commit
bcbdd8e318
@ -14,6 +14,7 @@
|
||||
./host/virtmanager.nix
|
||||
./host/vpn.nix
|
||||
./host/network.nix
|
||||
./host/yggdrasil.nix
|
||||
];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user