From ab8861b97a755124c25613d445447120edc5eb23 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 18 Apr 2025 22:25:55 -0400 Subject: [PATCH] Use static ip for TrueNAS --- hosts/hephaestus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hephaestus.nix b/hosts/hephaestus.nix index 678cb6e..ac4f5cb 100644 --- a/hosts/hephaestus.nix +++ b/hosts/hephaestus.nix @@ -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"; }; };