summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-24 18:09:18 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-24 18:09:18 +0200
commit159879a045f1c86d96c4ce629b1a61cd02b69ee3 (patch)
treeeb5cb3f6f3f6575dc0008135baee26cdf2eb97f7
parent3d1b8e9ddfbd23766d03cc2f418cf9b9eb76902d (diff)
Silly example used quotes which shouldn't be used
-rw-r--r--data.d/etc-nixos/apps/vpn-tinc.nix4
1 files 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 = {