test: no unicode in pass activation
This commit is contained in:
parent
3a0dbcca71
commit
43e6ca3e99
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
# Activation: ensure GPG key is available
|
# Activation: ensure GPG key is available
|
||||||
# This is a best-effort setup that downloads from forgejo if needed
|
# This is a best-effort setup that downloads from forgejo if needed
|
||||||
home.activation.passSetup = {
|
home.activation.passSetup = {
|
||||||
data = builtins.toFile "pass-setup.sh" ''
|
data = ''
|
||||||
# 1. Check if GPG has any keys
|
# 1. Check if GPG has any keys
|
||||||
if ! gpg --list-secret-keys mikl@iscg.dev >/dev/null 2>&1; then
|
if ! gpg --list-secret-keys mikl@iscg.dev >/dev/null 2>&1; then
|
||||||
echo "WARNING: GPG key for mikl@iscg.dev not found."
|
echo "WARNING: GPG key for mikl@iscg.dev not found."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue