formatted
All checks were successful
Run tests / run_tests (push) Successful in 52s

This commit is contained in:
Snorre Ettrup Altschul 2025-04-04 00:53:43 +02:00
parent 33a30b1d2a
commit 4c4f67360b
2 changed files with 6 additions and 8 deletions

View file

@ -1,7 +1,4 @@
{ {lib, ...}:
lib,
...
}:
with lib; { with lib; {
imports = [ imports = [
./system.nix ./system.nix

View file

@ -4,10 +4,11 @@
... ...
}: }:
with lib; let with lib; let
mkStrOption = default: description: mkOption { mkStrOption = default: description:
type = types.str; mkOption {
inherit default description; type = types.str;
}; inherit default description;
};
in { in {
options.services.declarative-jellyfin.system = { options.services.declarative-jellyfin.system = {
ServerName = mkStrOption config.networking.hostName '' ServerName = mkStrOption config.networking.hostName ''