From a3c6532376218df1ef8729a4fd5b9a09974bef80 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 22 Mar 2024 00:30:51 +0800 Subject: [PATCH] fix: k3s - longhorn need nfs client installed --- hosts/k8s/lib.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/k8s/lib.nix b/hosts/k8s/lib.nix index 2bbb2538..ab9999be 100644 --- a/hosts/k8s/lib.nix +++ b/hosts/k8s/lib.nix @@ -17,6 +17,7 @@ "fat" "vfat" "exfat" + "nfs" # required by longhorn "cifs" # mount windows share ];