aboutsummaryrefslogtreecommitdiff
path: root/nix/per-host/photos
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-09-14 01:00:31 +0000
committerKumar Damani <me@kumardamani.net>2026-09-14 01:00:31 +0000
commit4156ff5a73185bf49119733493eb6cd360b8795d (patch)
treed1af035bf5d5976ef77d886b11f85dfee477a6b5 /nix/per-host/photos
parent35996f4a5b1444670abfb934214bb765f6224bec (diff)
update photos mounts
Diffstat (limited to 'nix/per-host/photos')
-rw-r--r--nix/per-host/photos/configuration.nix12
1 files changed, 12 insertions, 0 deletions
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";
+ };
};
};
}