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
|
discord-ptb
|
||||||
git
|
git
|
||||||
vlc
|
vlc
|
||||||
|
jellyfin
|
||||||
|
jellyfin-web
|
||||||
|
jellyfin-ffmpeg
|
||||||
|
qbittorrent
|
||||||
];
|
];
|
||||||
|
|
||||||
# Steam
|
# Steam
|
||||||
|
|
@ -111,6 +115,12 @@ programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Jellyfin service
|
||||||
|
services.jellyfin = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Noisetorch
|
# Noisetorch
|
||||||
programs.noisetorch.enable = true;
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue