Fix "Stable Diffusion - S1 - Outputs" mount point path

This commit is contained in:
inference 2024-02-13 04:40:44 +00:00
parent cdc63e3528
commit b9d1059c00
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,6 +1,6 @@
# Inferencium - aa000-0
# Filesystem Table
# Version: 4.0.0-alpha.33
# Version: 4.0.0-alpha.34
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause
@ -31,4 +31,4 @@ tmpfs /usr/local/src/compile/ tmpfs size=16G,uid=root,gid=root,mode=0700,noauto,
## /home/
xa000-1:/srv/nfs/home/ /home/ nfs auto,_netdev,nfsvers=4.0,rw,nosuid 0 0
## Stable Diffusion - S1 - Outputs
xa000-1:/srv/nfs/s1/mmd/img/stable_diffusion/ /srv/s1/mmd/img/stable_diffusion/ nfs auto,_netdev,nfsvers=4.0,ro,nosuid 0 0
xa000-1:/srv/nfs/s1/img/stable_diffusion/ /srv/s1/img/stable_diffusion/ nfs auto,_netdev,nfsvers=4.0,ro,nosuid 0 0