From fac1976c9c19eb51a9fb68746fb51b8265fa606d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 12 Mar 2025 11:37:29 -0300 Subject: [PATCH] phantom: fix mastodon data mount --- hosts/phantom/hardware-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/phantom/hardware-config.nix b/hosts/phantom/hardware-config.nix index afea081..7eebde8 100644 --- a/hosts/phantom/hardware-config.nix +++ b/hosts/phantom/hardware-config.nix @@ -5,7 +5,7 @@ options = [ "nofail" ]; }; fileSystems."/var/lib/mastodon" = { - device = "172.16.130.7:/nas/5749/mastodon"; + device = "172.16.131.19:/nas/5749/mastodon"; fsType = "nfs"; options = [ "nofail" ]; };