34 current 2025-10-06 12:16:54 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 12:16:57 -05:00
parent 8348e7c7a6
commit 5e9e0fde93
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 33 current 2025-10-06 11:32:10 25.05.20251001.5b5be50 6.12.49 * # generation: 34 current 2025-10-06 12:16:54 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -4,7 +4,7 @@ let
cfg = config.modules.services.jellyfin; cfg = config.modules.services.jellyfin;
in in
{ {
options.modules.system.docker = { options.modules.services.jellyfin = {
enable = lib.mkEnableOption "enables jellyfin"; enable = lib.mkEnableOption "enables jellyfin";
# extra options # extra options
# mode = lib.mkOption { # mode = lib.mkOption {