moved users configuration out of .network
All checks were successful
Run tests / run_tests (push) Successful in 32s

This commit is contained in:
Snorre Ettrup Altschul 2025-04-04 01:17:08 +02:00
parent 8e4aba92d2
commit 3ec207ea9b

View file

@ -1,6 +1,6 @@
{lib, ...}: {lib, ...}:
with lib; { with lib; {
options.services.declarative-jellyfin.network = { options.services.declarative-jellyfin.
# Based on: https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Configuration/UserConfiguration.cs # Based on: https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Configuration/UserConfiguration.cs
Users = mkOption { Users = mkOption {
description = "User configuration"; description = "User configuration";
@ -157,5 +157,4 @@ with lib; {
# RowVersion # RowVersion
})); }));
}; };
};
} }