Skip to content

Commit caeea47

Browse files
committed
remove deprecated settinsg
1 parent 50e07ad commit caeea47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/darwin/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ with lib;
3939
homebrew = import ./homebrew.nix { inherit config lib; };
4040

4141
nix = {
42-
configureBuildUsers = true;
42+
# configureBuildUsers = true;
4343
settings = {
4444
sandbox = false;
4545
trusted-users = [

nix/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
inherit computerName hostName;
123123
localHostName = hostName;
124124
};
125-
services.nix-daemon.enable = true;
125+
# services.nix-daemon.enable = true;
126126
}
127127
];
128128
};

0 commit comments

Comments
 (0)