Skip to content

Commit 3686d46

Browse files
committed
kobudai: improve accuracy of bind mount comment
1 parent 2b80315 commit 3686d46

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

hosts/server/kobudai.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@
9696
];
9797
};
9898

99-
# Bind mount /opt/homes/home to /home. This allows running
99+
# Bind mount /opt/homes/home to /home. This allows running (for NFSv3)
100100
# mount kobudai:/home /home
101-
# In fact, since home is CNAMEd to filehost is CNAMEd to kobudai, even
101+
# In fact, since homes is CNAMEd to kobudai, even
102102
# mount homes:/home /home
103103
# works and that's what the Puppet config in modules/ocf/manifests/nfs.pp does.
104+
# This also means that your home on the filehost when you login to it is
105+
# the shared NFS home.
104106
"/home" = {
105107
device = "/opt/homes/home";
106108
fsType = "none";

0 commit comments

Comments
 (0)