summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-11-11 11:25:28 -0500
committerBen Sima <ben@bsima.me>2024-11-11 11:25:28 -0500
commit11ab8452f88d90db6082340b299f1ea950f12b34 (patch)
tree4438f74792132a880f5c73bb0eaeef970fc1afb4 /lib
parent0bc09a4c739d570efc6b6a0ee98ca3aec6d93264 (diff)
disable jujutsu, insecure
Diffstat (limited to 'lib')
-rw-r--r--lib/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 7177359..325810f 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -267,7 +267,7 @@ in {
};
programs.jujutsu = {
- enable = true;
+ enable = false; # marked as insecure
};
programs.tmux = {