From bc02d90fd0c8e94e996a2dfb83fde4c6e6db8ca7 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Tue, 8 Apr 2025 05:49:27 +0000 Subject: [PATCH] fix: longhorn iscsiadm not being found --- nix/homelab/configuration.nix | 2 +- nix/homelab/helm/values/longhorn-values.yaml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/nix/homelab/configuration.nix b/nix/homelab/configuration.nix index a94836c..0b8ecce 100644 --- a/nix/homelab/configuration.nix +++ b/nix/homelab/configuration.nix @@ -23,7 +23,7 @@ time.timeZone = "America/Vancouver"; systemd.tmpfiles.rules = [ - "L + /usr/local/bin - - - - /run/current-system/sw/bin" + "L+ /usr/local/bin - - - - /run/current-system/sw/bin" ]; services.k3s = { diff --git a/nix/homelab/helm/values/longhorn-values.yaml b/nix/homelab/helm/values/longhorn-values.yaml index ea0d06d..8e13b4d 100644 --- a/nix/homelab/helm/values/longhorn-values.yaml +++ b/nix/homelab/helm/values/longhorn-values.yaml @@ -2,8 +2,5 @@ ingress: enabled: true annotations: traefik.ingress.kubernetes.io/router.entrypoints: "web" - traefik.ingress.kubernetes.io/router.rule: "Host(`longhorn.local`)" - hosts: - - host: longhorn.local - paths: - - / + host: longhorn.local + path: /