test
This commit is contained in:
parent
94512abbfa
commit
7f89ee9397
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ pushd /etc/nixos/git
|
||||||
home-manager switch -b backup --flake /etc/nixos/git
|
home-manager switch -b backup --flake /etc/nixos/git
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
||||||
pause
|
sleep 10
|
||||||
|
|
||||||
# Import and trust the GPG key
|
# Import and trust the GPG key
|
||||||
echo "Setting up user GPG key..... "
|
echo "Setting up user GPG key..... "
|
||||||
|
@ -17,7 +17,7 @@ gpg --import /tmp/drive/gpg/albert@sysctl.io/privkey.asc
|
||||||
sudo rmdir /tmp/drive
|
sudo rmdir /tmp/drive
|
||||||
echo -e "5\ny\n" | gpg --command-fd 0 --expert --edit-key albert@sysctl.io trust
|
echo -e "5\ny\n" | gpg --command-fd 0 --expert --edit-key albert@sysctl.io trust
|
||||||
|
|
||||||
pause
|
sleep 10
|
||||||
|
|
||||||
# Setup SOPS
|
# Setup SOPS
|
||||||
echo "!!!!! Copy this key to .sops.yaml: "
|
echo "!!!!! Copy this key to .sops.yaml: "
|
||||||
|
|
Loading…
Reference in a new issue