From 0111570cc1d1ed5d2f0778977dbc29f8cc2534aa Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 2 Feb 2023 12:23:43 -0600 Subject: [PATCH] Add nfs to k3s config --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 970e027..b914308 100644 --- a/flake.nix +++ b/flake.nix @@ -130,6 +130,7 @@ environment.systemPackages = with pkgs; [ (writeShellScriptBin "prepare-nvme" prepareNvme) + nfs-utils ]; environment.etc.crypttab = {