diff options
Diffstat (limited to 'machines/x220/configuration.nix')
-rw-r--r-- | machines/x220/configuration.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/machines/x220/configuration.nix b/machines/x220/configuration.nix index 73c8a59..cff9a64 100644 --- a/machines/x220/configuration.nix +++ b/machines/x220/configuration.nix @@ -14,6 +14,16 @@ let in { + services.yggdrasil = { + enable = true; + config = { + Peers = [ + "tcp://51.75.44.73:50001" + "tcp://176.223.130.120:22632" + ]; + }; + }; + imports = [ ../base.nix ../pl.nix |