This commit is contained in:
parent
3e1ee94dc9
commit
fc8c1560e3
2 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
"minio"
|
||||
# "matrix"
|
||||
"forgejo"
|
||||
# "jellyfin"
|
||||
]
|
||||
++ [
|
||||
./disko.nix
|
||||
|
|
7
modules/jellyfin/default.nix
Normal file
7
modules/jellyfin/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
users.users.jellyfin.extraGroups = ["transmission"];
|
||||
}
|
Loading…
Add table
Reference in a new issue