remove no-longer-needed nix trusted-users setting
well, it *seems* to work, at least!
This commit is contained in:
@@ -33,8 +33,6 @@
|
|||||||
# does the daemon continually scan the nix store?
|
# does the daemon continually scan the nix store?
|
||||||
# does the builder use some content-addressed db to efficiently dedupe?
|
# does the builder use some content-addressed db to efficiently dedupe?
|
||||||
nix.settings.auto-optimise-store = true;
|
nix.settings.auto-optimise-store = true;
|
||||||
# TODO: see if i can remove this?
|
|
||||||
nix.settings.trusted-users = [ "root" ];
|
|
||||||
|
|
||||||
# allow `nix-shell` (and probably nix-index?) to locate our patched and custom packages
|
# allow `nix-shell` (and probably nix-index?) to locate our patched and custom packages
|
||||||
nix.nixPath = [
|
nix.nixPath = [
|
||||||
|
Reference in New Issue
Block a user