mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Use static ip for TrueNAS
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user