fixed typo that broke the vm
This commit is contained in:
parent
bca28a54e5
commit
11fcc2af53
Binary file not shown.
|
@ -18,7 +18,7 @@
|
||||||
vm-name = "auto-torrent";
|
vm-name = "auto-torrent";
|
||||||
vpn-endpoint = "193.32.248.70";
|
vpn-endpoint = "193.32.248.70";
|
||||||
enable-services = true;
|
enable-services = true;
|
||||||
wg-config = "/mnt/wg.confg";
|
wg-config = "/mnt/wg.conf";
|
||||||
|
|
||||||
ports-list = pkgs.lib.attrsets.mapAttrsToList (name: value: value.port) ports;
|
ports-list = pkgs.lib.attrsets.mapAttrsToList (name: value: value.port) ports;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue