diff --git a/roles/home-permanent/templates/systemd/system/home.mount.j2 b/roles/home-permanent/templates/systemd/system/home.mount.j2
index 7a64956e14c26591d018484e5396bcb6c9c0aaee..a16ff6586128482752291d7a98d75b21293663c5 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 2466e2a25fa537b99fca295f71dd7ba536e4ea85..c8ab049e81eae8be27ef421ba3e1db8adb0b585b 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