From 85b707f874e887bbf7b90c43b98fca09dd287568 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Tue, 8 Apr 2025 04:24:15 +0000 Subject: [PATCH] fix: add k3s package --- nix/homelab/configuration.nix | 2 ++ nix/homelab/helm/helmfile.yaml | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 nix/homelab/helm/helmfile.yaml diff --git a/nix/homelab/configuration.nix b/nix/homelab/configuration.nix index b2f8cd4..463b253 100644 --- a/nix/homelab/configuration.nix +++ b/nix/homelab/configuration.nix @@ -45,6 +45,8 @@ neovim wget curl + k3s + git ]; services.openssh.enable = true; diff --git a/nix/homelab/helm/helmfile.yaml b/nix/homelab/helm/helmfile.yaml new file mode 100644 index 0000000..f9d0f32 --- /dev/null +++ b/nix/homelab/helm/helmfile.yaml @@ -0,0 +1,8 @@ +repositories: + - name: jellyfin + url: https://jellyfin.github.io/jellyfin-helm + +releases: + - name: jellyfin + namespace: media + chart: jellyfin/jellyfin