nix-daemon: remove services.nix-daemon.enable

We now manage the launchd daemon unconditionally when we manage the
Nix installation.
This commit is contained in:
Emily 2025-01-28 19:30:20 +00:00
parent adc989f7ec
commit 8a94b5b99b
3 changed files with 9 additions and 10 deletions

View file

@ -6,7 +6,6 @@ let
in
{
services.nix-daemon.enable = true;
nix.package = nix;
launchd.labelPrefix = "org.nix-darwin"; # should not have an effect on nix-daemon