phantom: fix mastodon data mount

This commit is contained in:
Leonardo Eugênio 2025-03-12 11:37:29 -03:00
parent 36ec5ef63c
commit fac1976c9c

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" ];
};