feat: yggdrasil
This commit is contained in:
parent
49159984c5
commit
856d54aaa0
@ -14,6 +14,7 @@
|
|||||||
./host/virtmanager.nix
|
./host/virtmanager.nix
|
||||||
./host/vpn.nix
|
./host/vpn.nix
|
||||||
./host/network.nix
|
./host/network.nix
|
||||||
|
./host/yggdrasil.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.hyprland.enable = true;
|
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