diff --git a/modules/k3s/default.nix b/modules/k3s/default.nix index 1508ac9..10254d3 100644 --- a/modules/k3s/default.nix +++ b/modules/k3s/default.nix @@ -55,7 +55,12 @@ in path = with pkgs; [ openiscsi util-linux + e2fsprogs xfsprogs + lsscsi + sg3_utils + kmod + systemd ]; }; diff --git a/modules/k3s/deployments/ubuntu-test.nix b/modules/k3s/deployments/ubuntu-test.nix index 26c636d..f9257f3 100644 --- a/modules/k3s/deployments/ubuntu-test.nix +++ b/modules/k3s/deployments/ubuntu-test.nix @@ -21,11 +21,11 @@ mountPath = "/test2"; name = "iscsi"; } - # { - # mountPath = "/test3"; - # name = "iscsi"; - # subPath = "ubuntu-test"; - # } + { + mountPath = "/test3"; + name = "iscsi"; + subPath = "test"; + } ]; } ];