feat: setup longhorn
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user