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