darwin: fix nix-daemon not running automatically
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M system/settings/darwin.nix → system/settings/darwin.nix
@@ -7,7 +7,7 @@ imports = [ ./configuration/nix.nix ]; services.nix-daemon = { - enableSocketListener = true; + enableSocketListener = false; }; environment.profiles = with lib; mkMerge [