From d16b542749f333acf090defe2cced145475a1e16 Mon Sep 17 00:00:00 2001 From: NyxErinys Date: Tue, 26 May 2026 09:33:08 -0500 Subject: [PATCH] more path options --- modules/k3s/default.nix | 5 +++++ modules/k3s/deployments/ubuntu-test.nix | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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"; + } ]; } ];