From 4156ff5a73185bf49119733493eb6cd360b8795d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 13 Sep 2026 21:00:31 -0400 Subject: update photos mounts --- nix/per-host/photos/configuration.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nix') diff --git a/nix/per-host/photos/configuration.nix b/nix/per-host/photos/configuration.nix index ca9d736..a9058cf 100644 --- a/nix/per-host/photos/configuration.nix +++ b/nix/per-host/photos/configuration.nix @@ -70,6 +70,18 @@ device = "nas.bacala:/mnt/tank/customers/kumar/phone/pics"; fsType = "nfs"; }; + "/mnt/data/stephanie/legacy-media" = { + device = "nas.bacala:/mnt/tank/customers/stephanie/legacy-media"; + fsType = "nfs"; + }; + "/mnt/data/stephanie/phone/camera" = { + device = "nas.bacala:/mnt/tank/customers/stephanie/phone/camera"; + fsType = "nfs"; + }; + "/mnt/data/stephanie/phone/pics" = { + device = "nas.bacala:/mnt/tank/customers/stephanie/phone/pics"; + fsType = "nfs"; + }; }; }; } -- cgit v1.2.3