aplysia moves to htdf

This commit is contained in:
Gabriel Ebner 2022-09-29 16:48:15 -07:00
parent 26b98e4131
commit d79dd140fc
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
}; };
fileSystems."/mnt/aplysia" = { fileSystems."/mnt/aplysia" = {
device = "//aplysia.ams.gebner.org/export"; device = "//aplysia.htdf.gebner.org/export";
fsType = "cifs"; fsType = "cifs";
options = [ "noauto" "x-systemd.automount" "credentials=/etc/smbcredentials/aplysia" "vers=1.0" ]; options = [ "noauto" "x-systemd.automount" "credentials=/etc/smbcredentials/aplysia" "vers=1.0" ];
}; };