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 = [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.yt-dlp
|
yt-dlp
|
||||||
pkgs.spotdl
|
spotdl
|
||||||
pkgs.ffmpeg
|
ffmpeg
|
||||||
|
helix
|
||||||
];
|
];
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue