diff options
Diffstat (limited to 'nix/per-host')
| -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"; + }; }; }; } |
