summaryrefslogtreecommitdiff
path: root/hosts/iroha/scripts/prepare-network-mounts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-13 22:43:02 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-13 22:43:02 -0500
commitdce9ab07ae0b0496e432f213466fd6f442944fa7 (patch)
tree74ea43a6771d244e04c1f8a33a61750cda0bdac1 /hosts/iroha/scripts/prepare-network-mounts
parent2d35d8e272b4d5725c686be5d2b4436a55fe8141 (diff)
downloaddotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.gz
dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.bz2
dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.zip
Improve NFS options, misc stuff
Diffstat (limited to 'hosts/iroha/scripts/prepare-network-mounts')
-rwxr-xr-xhosts/iroha/scripts/prepare-network-mounts6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/iroha/scripts/prepare-network-mounts b/hosts/iroha/scripts/prepare-network-mounts
index e322194..ea60cd4 100755
--- a/hosts/iroha/scripts/prepare-network-mounts
+++ b/hosts/iroha/scripts/prepare-network-mounts
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-$HOME/scripts/mount-nfs /home/andrew/c /home/andrew/c
-$HOME/scripts/mount-nfs /home/andrew/pics /home/andrew/pics
-$HOME/scripts/mount-nfs /mnt/store0/torrents /mnt/store/files/ext/torrents
+$HOME/scripts/mount-nfs /srv/nfs/c /home/andrew/c
+$HOME/scripts/mount-nfs /srv/nfs/pics /home/andrew/pics
+$HOME/scripts/mount-nfs /srv/nfs/torrents /mnt/store/files/ext/torrents