From 11fcc2af538eb77e303353699eab5b4760c03772 Mon Sep 17 00:00:00 2001 From: baritone Date: Thu, 27 Mar 2025 20:06:00 +0100 Subject: [PATCH] fixed typo that broke the vm --- services/.auto-torrent.nix.swp | Bin 16384 -> 16384 bytes services/auto-torrent.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/services/.auto-torrent.nix.swp b/services/.auto-torrent.nix.swp index 55853d9b90995ca01e4b0fdfcf8305d56f8b2058..4653db34c2d5827d8c84ae8290e2f9366850e3c1 100644 GIT binary patch delta 16 XcmZo@U~Fh$oFKv6%*(J*`l&qtE4l?P delta 16 XcmZo@U~Fh$oFKs*bCr9e^iz8PFOUV= diff --git a/services/auto-torrent.nix b/services/auto-torrent.nix index 841c24a..626b6e4 100644 --- a/services/auto-torrent.nix +++ b/services/auto-torrent.nix @@ -18,7 +18,7 @@ vm-name = "auto-torrent"; vpn-endpoint = "193.32.248.70"; enable-services = true; - wg-config = "/mnt/wg.confg"; + wg-config = "/mnt/wg.conf"; ports-list = pkgs.lib.attrsets.mapAttrsToList (name: value: value.port) ports; in {