From 6ce39ae86918f1870603cf9685fd40742efcfc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 10 Jun 2022 15:25:11 +0200 Subject: Some samba-wsdd and oldvpn for binky --- nixos/machine/binky.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/machine') diff --git a/nixos/machine/binky.nix b/nixos/machine/binky.nix index 849c719..26ffe1d 100644 --- a/nixos/machine/binky.nix +++ b/nixos/machine/binky.nix @@ -54,6 +54,9 @@ with lib; dataDir = "/home/cynerd"; configDir = "/home/cynerd/.config/syncthing"; }; + services.openvpn.servers.oldpersonal = { + config = "config /run/secrets/old.ovpn"; + }; }; -- cgit v1.2.3