Doh
This commit is contained in:
parent
988bf59421
commit
f02c52e3d4
2 changed files with 2 additions and 11 deletions
|
|
@ -203,15 +203,6 @@ struct Settings {
|
|||
/* Whether the importNative primop should be enabled */
|
||||
bool enableImportNative;
|
||||
|
||||
/* List of users that have elevated rights in the Nix daemon, such
|
||||
as the ability to specify additional binary caches, or to
|
||||
import unsigned NARs. */
|
||||
Strings trustedUsers;
|
||||
|
||||
/* List of users that are allowed to connect to the daemon, in
|
||||
addition to the trusted users. These have normal rights. */
|
||||
Strings allowedUsers;
|
||||
|
||||
private:
|
||||
SettingsMap settings, overrides;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue