From d4546e4ead64ecff14184d20b1014df835920054 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 1 Sep 2017 17:15:32 +0200 Subject: machines/katara: add static vpn client to haku --- machines/profpatsch/katara.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'machines/profpatsch/katara.nix') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 42068745..d6da20c3 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -219,6 +219,17 @@ in { ########### # Services + services.openvpn.servers.hakuclient = { + config = '' + client + remote haku.profpatsch.de + dev tun + proto tcp-client + ifconfig 10.20.30.41 10.20.30.40 + secret /root/static-vpn.key + ''; + }; + services.printing = { enable = true; gutenprint = true; -- cgit 1.4.1