diff --git a/nix/homelab/configuration.nix b/nix/homelab/configuration.nix index fa5519a..a94836c 100644 --- a/nix/homelab/configuration.nix +++ b/nix/homelab/configuration.nix @@ -22,6 +22,10 @@ time.timeZone = "America/Vancouver"; + systemd.tmpfiles.rules = [ + "L + /usr/local/bin - - - - /run/current-system/sw/bin" + ]; + services.k3s = { enable = true; role = "server"; diff --git a/nix/homelab/helm/helmfile.yaml b/nix/homelab/helm/helmfile.yaml index f9d0f32..829f164 100644 --- a/nix/homelab/helm/helmfile.yaml +++ b/nix/homelab/helm/helmfile.yaml @@ -1,8 +1,15 @@ repositories: + - name: longhorn + url: https://charts.longhorn.io - name: jellyfin url: https://jellyfin.github.io/jellyfin-helm releases: + - name: longhorn + namespace: longhorn-system + chart: longhorn/longhorn + version: 1.8.1 - name: jellyfin namespace: media chart: jellyfin/jellyfin + version: 2.3.0