52 current 2025-10-07 21:09:55 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: 51 current 2025-10-07 20:54:44 25.05.20251001.5b5be50 6.12.49 *
|
||||
# generation: 52 current 2025-10-07 21:09:55 25.05.20251001.5b5be50 6.12.49 *
|
||||
{
|
||||
description = "blakes nix config";
|
||||
inputs = {
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
};
|
||||
services = {
|
||||
jellyfin.enable = true;
|
||||
vaultwarden.enable = true;
|
||||
sonarr.enable = true;
|
||||
sonarr.port = 7105;
|
||||
prowlarr.enable = true;
|
||||
|
||||
@@ -5,12 +5,14 @@
|
||||
|
||||
imports = [
|
||||
./jellyfin/default.nix
|
||||
./vaultwarden/default.nix
|
||||
./arr/prowlarr/default.nix
|
||||
./arr/sonarr/default.nix
|
||||
];
|
||||
|
||||
|
||||
modules.services.jellyfin.enable = lib.mkDefault false;
|
||||
modules.services.vaultwarden.enable = lib.mkDefault false;
|
||||
modules.services.prowlarr.enable = lib.mkDefault false;
|
||||
modules.services.sonarr.enable = lib.mkDefault false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user