phantom: fix mastodon data mount

This commit is contained in:
Leonardo Eugênio 2025-03-12 11:37:29 -03:00
parent db5260228b
commit a21d312d6c

View file

@ -5,7 +5,7 @@
options = [ "nofail" ];
};
fileSystems."/var/lib/mastodon" = {
device = "172.16.130.7:/nas/5749/mastodon";
device = "172.16.131.19:/nas/5749/mastodon";
fsType = "nfs";
options = [ "nofail" ];
};