Add helix to server
This commit is contained in:
parent
aba334063b
commit
34683265e7
1 changed files with 5 additions and 4 deletions
|
|
@ -78,10 +78,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.yt-dlp
|
||||
pkgs.spotdl
|
||||
pkgs.ffmpeg
|
||||
environment.systemPackages = with pkgs; [
|
||||
yt-dlp
|
||||
spotdl
|
||||
ffmpeg
|
||||
helix
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue