moved users configuration out of .network
All checks were successful
Run tests / run_tests (push) Successful in 32s
All checks were successful
Run tests / run_tests (push) Successful in 32s
This commit is contained in:
parent
8e4aba92d2
commit
3ec207ea9b
|
@ -1,6 +1,6 @@
|
|||
{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
|
||||
Users = mkOption {
|
||||
description = "User configuration";
|
||||
|
@ -157,5 +157,4 @@ with lib; {
|
|||
# RowVersion
|
||||
}));
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue