This commit is contained in:
parent
33a30b1d2a
commit
4c4f67360b
2 changed files with 6 additions and 8 deletions
|
@ -4,10 +4,11 @@
|
|||
...
|
||||
}:
|
||||
with lib; let
|
||||
mkStrOption = default: description: mkOption {
|
||||
type = types.str;
|
||||
inherit default description;
|
||||
};
|
||||
mkStrOption = default: description:
|
||||
mkOption {
|
||||
type = types.str;
|
||||
inherit default description;
|
||||
};
|
||||
in {
|
||||
options.services.declarative-jellyfin.system = {
|
||||
ServerName = mkStrOption config.networking.hostName ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue