When running as root, use build users by default
This removes the need to have a nix.conf, and prevents people from accidentally running Nix builds as root.
This commit is contained in:
@@ -40,6 +40,7 @@ Settings::Settings()
|
||||
useSQLiteWAL = true;
|
||||
syncBeforeRegistering = false;
|
||||
useSubstitutes = true;
|
||||
buildUsersGroup = getuid() == 0 ? "nixbld" : "";
|
||||
useChroot = false;
|
||||
useSshSubstituter = false;
|
||||
impersonateLinux26 = false;
|
||||
|
||||
Reference in New Issue
Block a user