chore: update secrets
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-01 01:34:59 -05:00
parent dbe7d68491
commit 26cea0255f
3 changed files with 14 additions and 10 deletions

View file

@ -46,8 +46,11 @@
}; };
}; };
extraConfig = {
diff.sopsdiffer.textconv = "sops --config /dev/null -d";
# https://github.com/dandavison/delta/issues/630#issuecomment-860046929 # https://github.com/dandavison/delta/issues/630#issuecomment-860046929
extraConfig.pager = let pager = let
cmd = "LESS='LRc --mouse' ${pkgs.delta}/bin/delta"; cmd = "LESS='LRc --mouse' ${pkgs.delta}/bin/delta";
in { in {
diff = cmd; diff = cmd;
@ -58,4 +61,5 @@
}; };
}; };
}; };
};
} }

View file

@ -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" = {

Binary file not shown.