From ee93322ae2037c919e9a04823ed98fccb868d9d6 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 27 Jul 2026 03:28:46 +1000 Subject: [PATCH] add proxmox nfs shares --- variables.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/variables.nix b/variables.nix index f24904f..f6a34b5 100644 --- a/variables.nix +++ b/variables.nix @@ -103,10 +103,14 @@ subpath = "raspi/volumes"; mountpoint = "/mnt/raspi-backup"; }; - proxmoxVolumes = { + proxmoxIsos = { subpath = "proxmox/iso"; mountpoint = "/mnt/iso"; }; + proxmoxPxeImages = { + subpath = "proxmox/pxe-images"; + mountpoint = "/mnt/pxe-images"; + }; }; # The Raspberry Pi's own NFS export — not under storageRoot/nfsServerHost,