all repos — nixfiles @ 61af3ee1d813563045de1e17a98bd882a6fbe6e5

System and user configuration, managed by nix and home-manager

darwin: fix nix-daemon not running automatically

Alan Pearce
commit

61af3ee1d813563045de1e17a98bd882a6fbe6e5

parent

2a3c68e3dd74f9663b9bc0fcd3c8ebe6f6773b5e

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -7,7 +7,7 @@ imports = [
./configuration/nix.nix ]; services.nix-daemon = { - enableSocketListener = true; + enableSocketListener = false; }; environment.profiles = with lib; mkMerge [