This commit is contained in:
parent
dbe7d68491
commit
26cea0255f
3 changed files with 14 additions and 10 deletions
|
@ -46,15 +46,19 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/dandavison/delta/issues/630#issuecomment-860046929
|
extraConfig = {
|
||||||
extraConfig.pager = let
|
diff.sopsdiffer.textconv = "sops --config /dev/null -d";
|
||||||
cmd = "LESS='LRc --mouse' ${pkgs.delta}/bin/delta";
|
|
||||||
in {
|
# https://github.com/dandavison/delta/issues/630#issuecomment-860046929
|
||||||
diff = cmd;
|
pager = let
|
||||||
show = cmd;
|
cmd = "LESS='LRc --mouse' ${pkgs.delta}/bin/delta";
|
||||||
stash = cmd;
|
in {
|
||||||
log = cmd;
|
diff = cmd;
|
||||||
reflog = cmd;
|
show = cmd;
|
||||||
|
stash = cmd;
|
||||||
|
log = cmd;
|
||||||
|
reflog = cmd;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -22,7 +22,7 @@ in {
|
||||||
clusterName = "thingies";
|
clusterName = "thingies";
|
||||||
|
|
||||||
corosyncKeyFile = secrets.corosync.path;
|
corosyncKeyFile = secrets.corosync.path;
|
||||||
clusterUserPasswordFile = secrets.PASSWORD.path;
|
clusterUserPasswordFile = secrets.pcs-pass.path;
|
||||||
|
|
||||||
virtualIps = {
|
virtualIps = {
|
||||||
"caddy-vip" = {
|
"caddy-vip" = {
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue