summary refs log tree commit diff
path: root/nix/libstore/globals.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-05 10:19:57 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-11 17:22:33 +0200
commit1820845c44c8cbe1121e78d5f16e7778532477f6 (patch)
tree5a9c28210215c71173f826127383a26f95f5df95 /nix/libstore/globals.hh
parente9070bf4226b225a0b42798b20ea3947abf58a6f (diff)
downloadguix-1820845c44c8cbe1121e78d5f16e7778532477f6.tar.gz
Doh
Diffstat (limited to 'nix/libstore/globals.hh')
-rw-r--r--nix/libstore/globals.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/nix/libstore/globals.hh b/nix/libstore/globals.hh
index 743d2061ff..55f082e56e 100644
--- a/nix/libstore/globals.hh
+++ b/nix/libstore/globals.hh
@@ -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;