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