phantom: use NAS for syncthing data

This commit is contained in:
Leonardo Eugênio 2024-09-27 20:08:08 -03:00
parent 5062c28d4f
commit cb68f4f77c

View file

@ -5,6 +5,12 @@
...
}:
{
fileSystems."/var/lib/syncthing-data" = {
device = "172.16.130.7:/nas/5749/syncthinng_data";
fsType = "nfs";
options = [ "nofail" ];
};
swapDevices = [
{
device = "/swap/swapfile";