diff --git a/services/.auto-torrent.nix.swp b/services/.auto-torrent.nix.swp index 55853d9..4653db3 100644 Binary files a/services/.auto-torrent.nix.swp and b/services/.auto-torrent.nix.swp differ 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 {