fix: add k3s package
This commit is contained in:
@@ -45,6 +45,8 @@
|
|||||||
neovim
|
neovim
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
k3s
|
||||||
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|||||||
8
nix/homelab/helm/helmfile.yaml
Normal file
8
nix/homelab/helm/helmfile.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
repositories:
|
||||||
|
- name: jellyfin
|
||||||
|
url: https://jellyfin.github.io/jellyfin-helm
|
||||||
|
|
||||||
|
releases:
|
||||||
|
- name: jellyfin
|
||||||
|
namespace: media
|
||||||
|
chart: jellyfin/jellyfin
|
||||||
Reference in New Issue
Block a user