Add helix to server

This commit is contained in:
Jan Kremer 2026-03-15 16:27:54 +01:00
parent aba334063b
commit 34683265e7
No known key found for this signature in database

View file

@ -78,10 +78,11 @@
}; };
}; };
environment.systemPackages = [ environment.systemPackages = with pkgs; [
pkgs.yt-dlp yt-dlp
pkgs.spotdl spotdl
pkgs.ffmpeg ffmpeg
helix
]; ];
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";