phantom: fix mastodon data mount
This commit is contained in:
parent
36ec5ef63c
commit
fac1976c9c
|
@ -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