fucking goodnight (template done, network diagram prepped)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
let
|
||||
cfg = config.modules.services.jellyfin;
|
||||
ids = 701;
|
||||
in
|
||||
{
|
||||
options.modules.services.jellyfin = {
|
||||
@@ -18,12 +19,12 @@ in
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
# declare jellyfin group
|
||||
users.groups.jellyfin = { gid = 701; };
|
||||
users.groups.jellyfin = { gid = ids; };
|
||||
|
||||
# declare jellyfin user
|
||||
users.users.jellyfin = {
|
||||
description = "jellyfin media server user";
|
||||
uid = 701;
|
||||
uid = ids;
|
||||
isSystemUser = true;
|
||||
home = "/var/lib/jellyfin";
|
||||
createHome = true;
|
||||
|
||||
Reference in New Issue
Block a user