feat: Jellyfin media server
This commit is contained in:
@@ -3,7 +3,18 @@
|
||||
isNormalUser = true;
|
||||
# TODO: Don't hard-code `persist`. Use
|
||||
# config.sydnix.impermanence.persistGroupName.
|
||||
extraGroups = [ "wheel" "persist" "nginx" "annex" ];
|
||||
extraGroups = [
|
||||
# Admin account.
|
||||
"wheel"
|
||||
# Default permissions to modify /persist.
|
||||
"persist"
|
||||
# Can modify the files served by Nginx.
|
||||
"nginx"
|
||||
# Can modify Deertopia's git-annex repos.
|
||||
"annex"
|
||||
# Can modify Deertopia's Jellyfin libraries.
|
||||
"jellyfin"
|
||||
];
|
||||
initialHashedPassword =
|
||||
"$y$j9T$aEFDDwdTZbAc6VQRXrkBJ0$K8wxTGTWDihyX1wxJ.ZMH//wmQFfrGGUkLkxIU0Lyq8";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user