Skip to content

Commit f7b2201

Browse files
committed
fix(pivy): pivy service is always installed regardless of services.pivy-agent.enable
1 parent 68105d1 commit f7b2201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pivy-agent/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ in
2020
};
2121
};
2222

23-
config = {
23+
config = lib.mkIf cfg.enable {
2424
launchd.agents.pivy-agent = {
2525
enable = true;
2626
config = {

0 commit comments

Comments
 (0)