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