Clean branch
This commit is contained in:
commit
de986accc2
42 changed files with 1959 additions and 0 deletions
9
linux/nebula/jellyfin.nix
Normal file
9
linux/nebula/jellyfin.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
user = config.constants.userName;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue