This commit is contained in:
iFargle 2023-09-23 09:21:35 +09:00
parent 80705b2e93
commit f6b69d0ebb

View file

@ -40,7 +40,7 @@
# GTK_THEME = "Gruvbox-Dark-BL";
XDG_DATA_HOME = "$HOME/.local/share";
# Disable askpass for cli auth:
SSH_ASKPASS = "";
# SSH_ASKPASS = "";
};
bashrcExtra = ''
nix-clean-all() {
@ -54,7 +54,7 @@
}
update-repo() {
for i in $(ls secrets); do
echo "Updateing secrets/$i;
echo "Updateing secrets/$i
sops updatekeys secrets/$i -y
done
}