17 current 2025-10-06 23:02:06 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
};
|
||||
services = {
|
||||
jellyfin.enable = true;
|
||||
sonarr.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user