restructured options

This commit is contained in:
Snorre Ettrup Altschul 2025-04-03 01:27:23 +02:00
parent 32e4e2614a
commit 0e706bed3e
5 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{lib, ...}:
with lib; {
}

View file

@ -1,5 +1,11 @@
{lib, ...}:
with lib; {
imports = [
./system.nix
./encoding.nix
./network.nix
./branding.nix
];
options.services.declarative-jellyfin = {
enable = mkEnableOption "Jellyfin Service";

View file

@ -0,0 +1,4 @@
{lib, ...}:
with lib; {
}

View file

@ -0,0 +1,4 @@
{lib, ...}:
with lib; {
}

View file

@ -0,0 +1,4 @@
{lib, ...}:
with lib; {
}