From 159879a045f1c86d96c4ce629b1a61cd02b69ee3 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 24 Apr 2023 18:09:18 +0200 Subject: Silly example used quotes which shouldn't be used --- data.d/etc-nixos/apps/vpn-tinc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.d/etc-nixos/apps/vpn-tinc.nix b/data.d/etc-nixos/apps/vpn-tinc.nix index c15bad4..2814d33 100644 --- a/data.d/etc-nixos/apps/vpn-tinc.nix +++ b/data.d/etc-nixos/apps/vpn-tinc.nix @@ -61,8 +61,8 @@ ConnectTo = hurzak_tyil_net ConnectTo = jaomox_tyil_net - Ed25519PrivateKeyFile = "/etc/tinc/tyilnet/ed25519_key.priv" - PrivateKeyFile = "/etc/tinc/tyilnet/rsa_key.priv" + Ed25519PrivateKeyFile = /etc/tinc/tyilnet/ed25519_key.priv + PrivateKeyFile = /etc/tinc/tyilnet/rsa_key.priv ''; hosts = { -- cgit v1.1