test
This commit is contained in:
parent
80705b2e93
commit
f6b69d0ebb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue