Migrate group members to media-stack module
This commit is contained in:
parent
090022c51f
commit
5b38337eb3
|
@ -237,17 +237,6 @@
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Additional groups to create.
|
|
||||||
groups = {
|
|
||||||
media.members = [
|
|
||||||
"jellyfin"
|
|
||||||
"sonarr"
|
|
||||||
"radarr"
|
|
||||||
"lidarr"
|
|
||||||
"qbittorrent"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||||
|
|
|
@ -37,5 +37,19 @@
|
||||||
port = 8080;
|
port = 8080;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Add our services to relevant groups
|
||||||
|
users.groups = {
|
||||||
|
media.members = [
|
||||||
|
"jellyfin"
|
||||||
|
"sonarr"
|
||||||
|
"radarr"
|
||||||
|
"lidarr"
|
||||||
|
"qbittorrent"
|
||||||
|
];
|
||||||
|
render.members = [
|
||||||
|
"jellyfin"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue