phantom: fix mastodon data mount
This commit is contained in:
parent
db5260228b
commit
a21d312d6c
|
@ -5,7 +5,7 @@
|
||||||
options = [ "nofail" ];
|
options = [ "nofail" ];
|
||||||
};
|
};
|
||||||
fileSystems."/var/lib/mastodon" = {
|
fileSystems."/var/lib/mastodon" = {
|
||||||
device = "172.16.130.7:/nas/5749/mastodon";
|
device = "172.16.131.19:/nas/5749/mastodon";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "nofail" ];
|
options = [ "nofail" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue