fixed typo that broke the vm

This commit is contained in:
baritone 2025-03-27 20:06:00 +01:00
parent bca28a54e5
commit 11fcc2af53
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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 {