Use static ip for TrueNAS

This commit is contained in:
2025-04-18 22:25:55 -04:00
parent c4f459d1a7
commit ab8861b97a

View File

@@ -142,7 +142,7 @@ in
fsType = "nfs";
};
"/mnt/truenas/home/backups" = {
device = "192.168.1.32:/mnt/wd4t/data/home/backup/";
device = "192.168.1.132:/mnt/wd4t/data/home/backup/";
fsType = "nfs";
};
};