diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-09-14 01:00:31 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-09-14 01:00:31 +0000 |
| commit | 4156ff5a73185bf49119733493eb6cd360b8795d (patch) | |
| tree | d1af035bf5d5976ef77d886b11f85dfee477a6b5 | |
| parent | 35996f4a5b1444670abfb934214bb765f6224bec (diff) | |
update photos mounts
| -rw-r--r-- | nix/per-host/photos/configuration.nix | 12 |
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"; + }; }; }; } |
