diff options
author | Soispha <soispha@vhack.eu> | 2024-01-14 20:34:25 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-14 20:34:25 +0100 |
commit | 878f9b745dea9707b02c3f4a549b1835c7e89d6d (patch) | |
tree | 15d140954fef718cf2f3e2867602cf787bd99158 /hm | |
parent | feat(hm/conf/unison): Init (diff) | |
download | nixos-config-878f9b745dea9707b02c3f4a549b1835c7e89d6d.zip |
fix(hm/conf/unison): Quickly disable to ensure consistent (manual) updates
Diffstat (limited to 'hm')
-rw-r--r-- | hm/soispha/conf/unison/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; } |