From 878f9b745dea9707b02c3f4a549b1835c7e89d6d Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 14 Jan 2024 20:34:25 +0100 Subject: fix(hm/conf/unison): Quickly disable to ensure consistent (manual) updates --- hm/soispha/conf/unison/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha') diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index d7603bd9..ec34d038 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -93,7 +93,7 @@ in { }) ]; services.unison = { - enable = true; + enable = false; inherit pairs; }; } -- cgit 1.4.1