aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-14 20:34:25 +0100
committerSoispha <soispha@vhack.eu>2024-01-14 20:34:25 +0100
commit878f9b745dea9707b02c3f4a549b1835c7e89d6d (patch)
tree15d140954fef718cf2f3e2867602cf787bd99158 /hm/soispha/conf
parentfeat(hm/conf/unison): Init (diff)
downloadnixos-config-878f9b745dea9707b02c3f4a549b1835c7e89d6d.zip
fix(hm/conf/unison): Quickly disable to ensure consistent (manual) updates
Diffstat (limited to 'hm/soispha/conf')
-rw-r--r--hm/soispha/conf/unison/default.nix2
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;
};
}