17 current 2025-10-06 23:02:06 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 00:17:35 -05:00
parent cf17575211
commit d99b6007f3
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 16 current 2025-10-06 23:01:17 25.05.20251001.5b5be50 6.12.49 *
# generation: 17 current 2025-10-06 23:02:06 25.05.20251001.5b5be50 6.12.49 *
{
description = "blakes nix config";
inputs = {

View File

@@ -27,6 +27,7 @@
};
services = {
jellyfin.enable = true;
sonarr.enable = true;
};
};

View File

@@ -5,10 +5,11 @@
imports = [
./jellyfin/default.nix
./services/sonarr/default.nix
];
modules.services.jellyfin.enable = lib.mkDefault false;
modules.services.sonarr.enable = lib.mkDefault false;
}