adding jellyfin and qbittorrent
This commit is contained in:
parent
19014133d2
commit
6a23f2ef8d
1 changed files with 10 additions and 0 deletions
|
|
@ -104,6 +104,10 @@ environment.systemPackages = with pkgs; [
|
|||
discord-ptb
|
||||
git
|
||||
vlc
|
||||
jellyfin
|
||||
jellyfin-web
|
||||
jellyfin-ffmpeg
|
||||
qbittorrent
|
||||
];
|
||||
|
||||
# Steam
|
||||
|
|
@ -111,6 +115,12 @@ programs.steam = {
|
|||
enable = true;
|
||||
};
|
||||
|
||||
# Jellyfin service
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# Noisetorch
|
||||
programs.noisetorch.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue