ooksmedia: enable ookflix
This commit is contained in:
parent
eeb5472692
commit
094a457045
1 changed files with 9 additions and 0 deletions
|
|
@ -21,6 +21,15 @@
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
multiplexer = "zellij";
|
multiplexer = "zellij";
|
||||||
};
|
};
|
||||||
|
server = {
|
||||||
|
ookflix = {
|
||||||
|
gpuAcceleration.enable = true;
|
||||||
|
services = {
|
||||||
|
plex.enable = true;
|
||||||
|
jellyfin.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue