From 88654b54a117d08be8685d0fccdd4d52fc8a6111 Mon Sep 17 00:00:00 2001 From: NyxErinys Date: Fri, 22 May 2026 02:01:26 -0500 Subject: [PATCH] semicolon --- modules/k3s/deployments/ubuntu-test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/k3s/deployments/ubuntu-test.nix b/modules/k3s/deployments/ubuntu-test.nix index d435b38..89b29aa 100644 --- a/modules/k3s/deployments/ubuntu-test.nix +++ b/modules/k3s/deployments/ubuntu-test.nix @@ -15,7 +15,7 @@ { mountPath = "/test"; name = "test"; - subPath = "ubuntu-test" + subPath = "ubuntu-test"; } ]; }