tt-rss service: Default to multiple user mode
This commit is contained in:
parent
789a37f0fc
commit
3846329c97
@ -366,7 +366,7 @@ let
|
|||||||
|
|
||||||
singleUserMode = mkOption {
|
singleUserMode = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = false;
|
||||||
|
|
||||||
description = ''
|
description = ''
|
||||||
Operate in single user mode, disables all functionality related to
|
Operate in single user mode, disables all functionality related to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user