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:
parent
adc989f7ec
commit
8a94b5b99b
3 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue