From 2d85ecec8f9f00821365de6a91659ba2a62cc167 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 27 Jul 2026 04:04:59 +1000 Subject: [PATCH] update pxe-boot images share path --- variables.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.nix b/variables.nix index f6a34b5..cb573e2 100644 --- a/variables.nix +++ b/variables.nix @@ -108,7 +108,7 @@ mountpoint = "/mnt/iso"; }; proxmoxPxeImages = { - subpath = "proxmox/pxe-images"; + subpath = "pxe-boot/images"; mountpoint = "/mnt/pxe-images"; }; };