mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 17:32:26 +00:00
Use static ip for TrueNAS
This commit is contained in:
@@ -142,7 +142,7 @@ in
|
|||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
};
|
};
|
||||||
"/mnt/truenas/home/backups" = {
|
"/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";
|
fsType = "nfs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user