Successfully separated home-manager configs from system configs

This commit is contained in:
pagedmov
2024-11-06 22:28:16 -05:00
parent 1a2402dee7
commit fc99570fdc
9 changed files with 209 additions and 175 deletions

View File

@@ -2,7 +2,7 @@
{
options = {
jellyfinConfig.enable = lib.mkEnableOption "Enables the server's jellyfin config";
movOpts.jellyfinConfig.enable = lib.mkEnableOption "Enables the server's jellyfin config";
};
config = lib.mkIf config.movOpts.jellyfinConfig.enable {
services.jellyfin = {