diff --git a/roles/home-permanent/templates/systemd/system/home.mount.j2 b/roles/home-permanent/templates/systemd/system/home.mount.j2 index 7a64956e..a16ff658 100644 --- a/roles/home-permanent/templates/systemd/system/home.mount.j2 +++ b/roles/home-permanent/templates/systemd/system/home.mount.j2 @@ -5,7 +5,7 @@ Wants=network-online.target After=network-online.target [Mount] -What=cameron.adm.crans.org:/pool/home +What=cameron.san.crans.org:/pool/home Where=/home Type=nfs Options=rw,nosuid diff --git a/roles/home-permanent/templates/systemd/system/var-mail.mount.j2 b/roles/home-permanent/templates/systemd/system/var-mail.mount.j2 index 2466e2a2..c8ab049e 100644 --- a/roles/home-permanent/templates/systemd/system/var-mail.mount.j2 +++ b/roles/home-permanent/templates/systemd/system/var-mail.mount.j2 @@ -5,7 +5,7 @@ Wants=network-online.target After=network-online.target [Mount] -What=cameron.adm.crans.org:/pool/mail +What=cameron.san.crans.org:/pool/mail Where=/var/mail Type=nfs Options=rw,nosuid