phantom: add mastodon storage device

This commit is contained in:
Leonardo Eugênio 2025-01-17 00:34:11 -03:00
parent a36385a4d2
commit 72dfd33750

View file

@ -1,15 +1,14 @@
{
config,
pkgs,
inputs,
...
}:
{ {
fileSystems."/var/lib/syncthing-data" = { fileSystems."/var/lib/syncthing-data" = {
device = "172.16.130.7:/nas/5749/syncthinng_data"; device = "172.16.130.7:/nas/5749/syncthinng_data";
fsType = "nfs"; fsType = "nfs";
options = [ "nofail" ]; options = [ "nofail" ];
}; };
fileSystems."/var/lib/mastodon" = {
device = "172.16.130.7:/nas/5749/mastodon";
fsType = "nfs";
options = [ "nofail" ];
};
swapDevices = [ swapDevices = [
{ {