36 current 2025-10-06 12:47:22 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 12:47:26 -05:00
parent b5a110614c
commit da0c117ce7
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: 35 current 2025-10-06 12:38:41 25.05.20251001.5b5be50 6.12.49 * # generation: 36 current 2025-10-06 12:47:22 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -25,7 +25,7 @@
nfs.enable = true; nfs.enable = true;
}; };
services = { services = {
jellyfin.enable = true; jellyfin.enable = false;
}; };
}; };