From 9c6d9a04954a34dbf19cff824f0e8fe2fff4d9ce Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Tue, 10 Jun 2025 23:49:42 +0800 Subject: [PATCH] build: g18 data0->data1 --- hosts/modules/nasp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/nasp.nix b/hosts/modules/nasp.nix index ec11b53..2dde7f7 100644 --- a/hosts/modules/nasp.nix +++ b/hosts/modules/nasp.nix @@ -381,7 +381,7 @@ in iptables -A INPUT -s 12.12.12.0/24 -j ACCEPT ''; fileSystems."/gshare" = { - device = "192.168.16.118:/data0/share"; + device = "192.168.16.118:/data1/share"; fsType = "nfs"; }; ## packages and services