mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-10 15:40:21 +02:00
disabled features i didnt needed
This commit is contained in:
parent
12596749b5
commit
8cfb304e5c
10 changed files with 184 additions and 185 deletions
|
@ -4,6 +4,12 @@
|
|||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
jellyfin
|
||||
jellyfin-web
|
||||
jellyfin-ffmpeg
|
||||
|
||||
];
|
||||
|
||||
hardware.graphics = {
|
||||
# hardware.opengl in 24.05
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue