feat: setup longhorn

This commit is contained in:
2025-04-08 04:59:51 +00:00
parent 8418268ec7
commit 2c1f4aa73c
2 changed files with 11 additions and 0 deletions

View File

@@ -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";

View File

@@ -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