We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e07ad commit caeea47Copy full SHA for caeea47
nix/darwin/default.nix
@@ -39,7 +39,7 @@ with lib;
39
homebrew = import ./homebrew.nix { inherit config lib; };
40
41
nix = {
42
- configureBuildUsers = true;
+ # configureBuildUsers = true;
43
settings = {
44
sandbox = false;
45
trusted-users = [
nix/flake.nix
@@ -122,7 +122,7 @@
122
inherit computerName hostName;
123
localHostName = hostName;
124
};
125
- services.nix-daemon.enable = true;
+ # services.nix-daemon.enable = true;
126
}
127
];
128
0 commit comments